Searched refs:cipher_req (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | rxkad.c | 153 struct skcipher_request *cipher_req = call->cipher_req; in rxkad_get_call_crypto() local 155 if (!cipher_req) { in rxkad_get_call_crypto() 156 cipher_req = skcipher_request_alloc(tfm, GFP_NOFS); in rxkad_get_call_crypto() 157 if (!cipher_req) in rxkad_get_call_crypto() 159 call->cipher_req = cipher_req; in rxkad_get_call_crypto() 162 return cipher_req; in rxkad_get_call_crypto() 170 if (call->cipher_req) in rxkad_free_call_crypto() 171 skcipher_request_free(call->cipher_req); in rxkad_free_call_crypto() [all...] |
H A D | ar-internal.h | 563 struct skcipher_request *cipher_req; /* Packet cipher request buffer */ member
|
/kernel/linux/linux-6.6/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 2158 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() 2164 skcipher_request_complete(cipher_req, 0); 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() 2176 skcipher_request_complete(cipher_req, in artpec6_crypto_complete_cbc_encrypt() [all...] |
/kernel/linux/linux-5.10/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 2157 struct skcipher_request *cipher_req = container_of(req, in artpec6_crypto_complete_cbc_decrypt() local 2160 scatterwalk_map_and_copy(cipher_req->iv, cipher_req->src, in artpec6_crypto_complete_cbc_decrypt() 2161 cipher_req->cryptlen - AES_BLOCK_SIZE, in artpec6_crypto_complete_cbc_decrypt() 2169 struct skcipher_request *cipher_req = container_of(req, in artpec6_crypto_complete_cbc_encrypt() local 2172 scatterwalk_map_and_copy(cipher_req->iv, cipher_req->dst, in artpec6_crypto_complete_cbc_encrypt() 2173 cipher_req->cryptlen - AES_BLOCK_SIZE, in artpec6_crypto_complete_cbc_encrypt()
|
Completed in 11 milliseconds