Searched refs:skcipher_request_complete (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/crypto/ |
| D | cts.c | 99 skcipher_request_complete(req, err); in cts_cbc_crypt_done() 144 skcipher_request_complete(req, err); in crypto_cts_encrypt_done() 236 skcipher_request_complete(req, err); in crypto_cts_decrypt_done()
|
| D | lrw.c | 365 skcipher_request_complete(req, err); in encrypt_done() 415 skcipher_request_complete(req, err); in decrypt_done()
|
| D | xts.c | 302 skcipher_request_complete(req, err); in encrypt_done() 352 skcipher_request_complete(req, err); in decrypt_done()
|
| /Linux-v4.19/include/crypto/internal/ |
| D | skcipher.h | 93 static inline void skcipher_request_complete(struct skcipher_request *req, int err) in skcipher_request_complete() function
|
| /Linux-v4.19/drivers/crypto/cavium/nitrox/ |
| D | nitrox_algs.c | 163 skcipher_request_complete(skreq, err); in nitrox_skcipher_callback()
|
| D | nitrox_reqmgr.c | 495 skcipher_request_complete(skreq, -EINPROGRESS); in post_backlog_cmds()
|
| /Linux-v4.19/drivers/crypto/amcc/ |
| D | crypto4xx_core.c | 560 skcipher_request_complete(req, -EINPROGRESS); in crypto4xx_cipher_done() 561 skcipher_request_complete(req, 0); in crypto4xx_cipher_done()
|
| /Linux-v4.19/drivers/crypto/ccree/ |
| D | cc_cipher.c | 669 skcipher_request_complete(req, err); in cc_cipher_complete()
|