Lines Matching defs:alg_iv
4205 struct af_alg_iv *alg_iv = NULL;4252 controllen += CMSG_SPACE(sizeof(*alg_iv) + iv.len);4299 header->cmsg_len = CMSG_SPACE(sizeof(*alg_iv) + iv.len);4300 alg_iv = (void*)CMSG_DATA(header);4301 alg_iv->ivlen = iv.len;4302 memcpy(alg_iv->iv, iv.buf, iv.len);