Searched refs:alg_iv (Results 1 – 1 of 1) sorted by relevance
685 struct af_alg_iv *alg_iv; in aes_128_cbc_oper() local698 CMSG_SPACE(sizeof(*alg_iv) + iv_len); in aes_128_cbc_oper()712 hdr->cmsg_len = CMSG_SPACE(sizeof(*alg_iv) + iv_len); in aes_128_cbc_oper()713 alg_iv = (struct af_alg_iv *) CMSG_DATA(hdr); in aes_128_cbc_oper()714 alg_iv->ivlen = iv_len; in aes_128_cbc_oper()715 os_memcpy(alg_iv->iv, iv, iv_len); in aes_128_cbc_oper()794 struct af_alg_iv *alg_iv; in aes_unwrap() local807 CMSG_SPACE(sizeof(*alg_iv) + iv_len); in aes_unwrap()821 hdr->cmsg_len = CMSG_SPACE(sizeof(*alg_iv) + iv_len); in aes_unwrap()822 alg_iv = (struct af_alg_iv *) CMSG_DATA(hdr); in aes_unwrap()[all …]