Searched refs:af_alg_iv (Results 1 – 15 of 15) sorted by relevance
205 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()
25 struct af_alg_iv { struct
685 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()
65 # 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()
577 pub struct af_alg_iv {935 impl af_alg_iv { impl947 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 {
1218 let af_alg_iv = libc::af_alg_iv { localVariable1223 let size = mem::size_of_val(&af_alg_iv);1227 &af_alg_iv as *const _ as *const u8,
685 pub struct af_alg_iv {1050 impl af_alg_iv { impl1062 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 {
167 AC_CHECK_TYPES([struct af_alg_iv, struct sockaddr_alg],,,[# include <linux/if_alg.h>])
2867 af_alg_iv
2847 af_alg_iv
662 - Fixed unaligned casting of `cmsg_data` to `af_alg_iv` (#[1206](https://github.com/nix-rust/nix/pu…
4644 struct af_alg_iv *alg_iv = NULL;
55929 struct af_alg_iv { struct55979 struct af_alg_iv *iv;