Lines Matching refs:iv
43 void *iv; member
68 char iv[]; member
337 if (con.iv && con.iv->ivlen != ivsize) in skcipher_sendmsg()
349 if (con.iv) in skcipher_sendmsg()
350 memcpy(ctx->iv, con.iv->iv, ivsize); in skcipher_sendmsg()
539 memcpy(sreq->iv, ctx->iv, GET_IV_SIZE(ctx)); in skcipher_recvmsg_async()
618 len, sreq->iv); in skcipher_recvmsg_async()
680 ctx->iv); in skcipher_recvmsg_sync()
913 sock_kzfree_s(sk, ctx->iv, crypto_ablkcipher_ivsize(tfm)); in skcipher_sock_destruct()
930 ctx->iv = sock_kmalloc(sk, crypto_ablkcipher_ivsize(skcipher), in skcipher_accept_parent_nokey()
932 if (!ctx->iv) { in skcipher_accept_parent_nokey()
937 memset(ctx->iv, 0, crypto_ablkcipher_ivsize(skcipher)); in skcipher_accept_parent_nokey()