Home
last modified time | relevance | path

Searched refs:af_alg_iv (Results 1 – 15 of 15) sorted by relevance

/third_party/ltp/lib/
Dtst_af_alg.c205 struct af_alg_iv *alg_iv; in tst_alg_sendmsg()
214 controllen += CMSG_SPACE(sizeof(struct af_alg_iv) + in tst_alg_sendmsg()
236 cmsg->cmsg_len = CMSG_LEN(sizeof(struct af_alg_iv) + in tst_alg_sendmsg()
238 alg_iv = (struct af_alg_iv *)CMSG_DATA(cmsg); in tst_alg_sendmsg()
/third_party/ltp/include/lapi/
Dif_alg.h25 struct af_alg_iv { struct
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_linux.c685 struct af_alg_iv *alg_iv; in aes_128_cbc_oper()
713 alg_iv = (struct af_alg_iv *) CMSG_DATA(hdr); in aes_128_cbc_oper()
794 struct af_alg_iv *alg_iv; in aes_unwrap()
822 alg_iv = (struct af_alg_iv *) CMSG_DATA(hdr); in aes_unwrap()
864 struct af_alg_iv *alg_iv; in crypto_cipher_init()
911 alg_iv = (struct af_alg_iv *) CMSG_DATA(hdr); in crypto_cipher_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_linux.c685 struct af_alg_iv *alg_iv; in aes_128_cbc_oper()
713 alg_iv = (struct af_alg_iv *) CMSG_DATA(hdr); in aes_128_cbc_oper()
794 struct af_alg_iv *alg_iv; in aes_unwrap()
822 alg_iv = (struct af_alg_iv *) CMSG_DATA(hdr); in aes_unwrap()
864 struct af_alg_iv *alg_iv; in crypto_cipher_init()
911 alg_iv = (struct af_alg_iv *) CMSG_DATA(hdr); in crypto_cipher_init()
/third_party/node/deps/openssl/openssl/engines/
De_afalg.c65 # define ALG_IV_LEN(len) (sizeof(struct af_alg_iv) + (len))
395 struct af_alg_iv *aiv; in afalg_set_iv_sk()
400 aiv = (struct af_alg_iv *)CMSG_DATA(cmsg); in afalg_set_iv_sk()
/third_party/openssl/engines/
De_afalg.c65 # define ALG_IV_LEN(len) (sizeof(struct af_alg_iv) + (len))
395 struct af_alg_iv *aiv; in afalg_set_iv_sk()
400 aiv = (struct af_alg_iv *)CMSG_DATA(cmsg); in afalg_set_iv_sk()
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs577 pub struct af_alg_iv {
935 impl af_alg_iv { impl
947 impl PartialEq for af_alg_iv {
948 fn eq(&self, other: &af_alg_iv) -> bool {
954 impl Eq for af_alg_iv {}
957 impl ::fmt::Debug for af_alg_iv {
966 impl ::hash::Hash for af_alg_iv {
/third_party/rust/crates/nix/src/sys/socket/
Dmod.rs1218 let af_alg_iv = libc::af_alg_iv { localVariable
1223 let size = mem::size_of_val(&af_alg_iv);
1227 &af_alg_iv as *const _ as *const u8,
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs685 pub struct af_alg_iv {
1050 impl af_alg_iv { impl
1062 impl PartialEq for af_alg_iv {
1063 fn eq(&self, other: &af_alg_iv) -> bool {
1069 impl Eq for af_alg_iv {}
1072 impl ::fmt::Debug for af_alg_iv {
1081 impl ::hash::Hash for af_alg_iv {
/third_party/ltp/
Dconfigure.ac167 AC_CHECK_TYPES([struct af_alg_iv, struct sockaddr_alg],,,[# include <linux/if_alg.h>])
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt2867 af_alg_iv
Dandroid.txt2847 af_alg_iv
/third_party/rust/crates/nix/
DCHANGELOG.md662 - Fixed unaligned casting of `cmsg_data` to `af_alg_iv` (#[1206](https://github.com/nix-rust/nix/pu…
/third_party/python/Modules/
Dsocketmodule.c4644 struct af_alg_iv *alg_iv = NULL;
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h55929 struct af_alg_iv { struct
55979 struct af_alg_iv *iv;