Home
last modified time | relevance | path

Searched refs:ALG_SET_AEAD_AUTHSIZE (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/include/lapi/
Dif_alg.h47 #ifndef ALG_SET_AEAD_AUTHSIZE
48 # define ALG_SET_AEAD_AUTHSIZE 5 macro
/third_party/python/Modules/
Dsocketmodule.h178 # ifndef ALG_SET_AEAD_AUTHSIZE
179 # define ALG_SET_AEAD_AUTHSIZE 5 macro
Dsocketmodule.c7449 PyModule_AddIntMacro(m, ALG_SET_AEAD_AUTHSIZE);
/third_party/rust/crates/nix/src/sys/socket/
Dsockopt.rs1016 libc::ALG_SET_AEAD_AUTHSIZE, in set()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt73 ALG_SET_AEAD_AUTHSIZE
Dandroid.txt63 ALG_SET_AEAD_AUTHSIZE
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2594 pub const ALG_SET_AEAD_AUTHSIZE: ::c_int = 5; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3017 pub const ALG_SET_AEAD_AUTHSIZE: ::c_int = 5; constant
/third_party/python/Lib/test/
Dtest_socket.py6316 algo.setsockopt(socket.SOL_ALG, socket.ALG_SET_AEAD_AUTHSIZE,