Home
last modified time | relevance | path

Searched refs:cipher_req (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/net/rxrpc/
Drxkad.c236 struct skcipher_request *cipher_req = call->cipher_req; in rxkad_get_call_crypto() local
238 if (!cipher_req) { in rxkad_get_call_crypto()
239 cipher_req = skcipher_request_alloc(tfm, GFP_NOFS); in rxkad_get_call_crypto()
240 if (!cipher_req) in rxkad_get_call_crypto()
242 call->cipher_req = cipher_req; in rxkad_get_call_crypto()
245 return cipher_req; in rxkad_get_call_crypto()
253 if (call->cipher_req) in rxkad_free_call_crypto()
254 skcipher_request_free(call->cipher_req); in rxkad_free_call_crypto()
255 call->cipher_req = NULL; in rxkad_free_call_crypto()
Dar-internal.h587 struct skcipher_request *cipher_req; /* Packet cipher request buffer */ member
/Linux-v5.15/drivers/crypto/axis/
Dartpec6_crypto.c2158 struct skcipher_request *cipher_req = container_of(req, in artpec6_crypto_complete_cbc_decrypt() local
2161 scatterwalk_map_and_copy(cipher_req->iv, cipher_req->src, in artpec6_crypto_complete_cbc_decrypt()
2162 cipher_req->cryptlen - AES_BLOCK_SIZE, in artpec6_crypto_complete_cbc_decrypt()
2170 struct skcipher_request *cipher_req = container_of(req, in artpec6_crypto_complete_cbc_encrypt() local
2173 scatterwalk_map_and_copy(cipher_req->iv, cipher_req->dst, in artpec6_crypto_complete_cbc_encrypt()
2174 cipher_req->cryptlen - AES_BLOCK_SIZE, in artpec6_crypto_complete_cbc_encrypt()