Searched defs:AF_ALG (Results 1 - 3 of 3) sorted by relevance

/external/autotest/client/site_tests/kernel_CryptoAPI/src/
H A Dcrypto_load_mod.c11 #ifndef AF_ALG
12 #define AF_ALG 38 macro
18 .salg_family = AF_ALG,
26 sock = socket(AF_ALG, SOCK_SEQPACKET, 0);
28 perror("socket(AF_ALG)");
/external/autotest/client/site_tests/kernel_CryptoAPI/
H A Dkernel_CryptoAPI.py19 AF_ALG = 38 variable
105 sock = libc.socket(AF_ALG, SOCK_SEQPACKET, 0)
110 alg = sockaddr_alg(AF_ALG, "hash", name)
143 @param name: name of the digest (according to AF_ALG)
198 # crypto tests only work with AF_ALG support
200 raise error.TestNAError("Crypto tests only run with AF_ALG support")
/external/strace/xlat/
H A Daddrfams.h116 #if !(defined(AF_ALG) || (defined(HAVE_DECL_AF_ALG) && HAVE_DECL_AF_ALG))
117 # define AF_ALG 38 macro
176 XLAT(AF_ALG),

Completed in 274 milliseconds