HomeSort by relevance Sort by last modified time
    Searched defs:AF_ALG (Results 1 - 25 of 30) sorted by null

1 2

  /external/autotest/client/site_tests/kernel_CryptoAPI/src/
crypto_load_mod.c 11 #ifndef AF_ALG
12 #define AF_ALG 38
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/
kernel_CryptoAPI.py 19 AF_ALG = 38
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/iproute2/include/
bpf_util.h 46 #ifndef AF_ALG
47 # define AF_ALG 38
  /external/strace/xlat/
addrfams.h 116 #if !(defined(AF_ALG) || (defined(HAVE_DECL_AF_ALG) && HAVE_DECL_AF_ALG))
117 # define AF_ALG 38
176 XLAT(AF_ALG),
  /bionic/libc/include/sys/
socket.h 180 #define AF_ALG 38
225 #define PF_ALG AF_ALG
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 157 #define AF_ALG PF_ALG
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 157 #define AF_ALG PF_ALG
  /external/python/cpython3/Modules/
socketmodule.c 293 #ifndef AF_ALG
294 #define AF_ALG 38
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 12 AF_ALG = 0x26
    [all...]
zerrors_linux_amd64.go 12 AF_ALG = 0x26
    [all...]
zerrors_linux_arm.go 12 AF_ALG = 0x26
    [all...]
zerrors_linux_arm64.go 12 AF_ALG = 0x26
    [all...]
zerrors_linux_mips.go 10 AF_ALG = 0x26
    [all...]
zerrors_linux_mips64.go 10 AF_ALG = 0x26
    [all...]
zerrors_linux_mips64le.go 10 AF_ALG = 0x26
    [all...]
zerrors_linux_mipsle.go 10 AF_ALG = 0x26
    [all...]
zerrors_linux_ppc64.go 12 AF_ALG = 0x26
    [all...]
zerrors_linux_ppc64le.go 12 AF_ALG = 0x26
    [all...]
zerrors_linux_s390x.go 10 AF_ALG = 0x26
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 12 AF_ALG = 0x26
    [all...]
zerrors_linux_amd64.go 12 AF_ALG = 0x26
    [all...]
zerrors_linux_arm.go 12 AF_ALG = 0x26
    [all...]
zerrors_linux_arm64.go 12 AF_ALG = 0x26
    [all...]
zerrors_linux_mips.go 10 AF_ALG = 0x26
    [all...]
zerrors_linux_mips64.go 10 AF_ALG = 0x26
    [all...]

Completed in 1205 milliseconds

1 2