summaryrefslogtreecommitdiff
path: root/modules/crypto/af_alg
blob: ec263b0149500a1341193cec3b064ef62ff47888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description:
Compute message digest using kernel-supported cryptography algorithms.

Files:
lib/af_alg.h
lib/af_alg.c
lib/sys-limits.h
m4/af_alg.m4

Depends-on:
c99             [test $USE_AF_ALG = 1]
fflush          [test $USE_AF_ALG = 1]
fseeko          [test $USE_AF_ALG = 1]
ftello          [test $USE_AF_ALG = 1]
fstat           [test $USE_AF_ALG = 1]
sys_socket
sys_stat

configure.ac:
gl_AF_ALG

Makefile.am:
lib_SOURCES += af_alg.c

Include:
"af_alg.h"

License:
LGPLv2+

Maintainer:
all