Searched refs:ablkcipher_request_set_callback (Results 1 – 22 of 22) sorted by relevance
/linux-4.4.14/crypto/ |
D | chainiv.c | 57 ablkcipher_request_set_callback(subreq, req->creq.base.flags & in chainiv_givencrypt() 181 ablkcipher_request_set_callback(subreq, req->creq.base.flags, in async_chainiv_givencrypt()
|
D | chacha20poly1305.c | 144 ablkcipher_request_set_callback(&creq->req, aead_request_flags(req), in chacha_decrypt() 392 ablkcipher_request_set_callback(&creq->req, aead_request_flags(req), in poly_genkey() 429 ablkcipher_request_set_callback(&creq->req, aead_request_flags(req), in chacha_encrypt()
|
D | authenc.c | 223 ablkcipher_request_set_callback(abreq, aead_request_flags(req), in crypto_authenc_encrypt() 264 ablkcipher_request_set_callback(abreq, aead_request_flags(req), in crypto_authenc_decrypt_tail()
|
D | eseqiv.c | 108 ablkcipher_request_set_callback(subreq, req->creq.base.flags, compl, in eseqiv_givencrypt()
|
D | authencesn.c | 219 ablkcipher_request_set_callback(abreq, aead_request_flags(req), in crypto_authenc_esn_encrypt() 260 ablkcipher_request_set_callback(abreq, flags, in crypto_authenc_esn_decrypt_tail()
|
D | skcipher.c | 153 ablkcipher_request_set_callback(subreq, skcipher_request_flags(req), in skcipher_crypt_ablkcipher()
|
D | gcm.c | 146 ablkcipher_request_set_callback(&data->req, CRYPTO_TFM_REQ_MAY_SLEEP | in crypto_gcm_setkey() 502 ablkcipher_request_set_callback(abreq, flags, gcm_encrypt_done, req); in crypto_gcm_encrypt() 540 ablkcipher_request_set_callback(abreq, flags, gcm_decrypt_done, req); in gcm_dec_hash_continue()
|
D | seqiv.c | 133 ablkcipher_request_set_callback(subreq, req->creq.base.flags, compl, in seqiv_givencrypt()
|
D | ccm.c | 370 ablkcipher_request_set_callback(abreq, pctx->flags, in crypto_ccm_encrypt() 433 ablkcipher_request_set_callback(abreq, pctx->flags, in crypto_ccm_decrypt()
|
D | ctr.c | 298 ablkcipher_request_set_callback(subreq, req->base.flags, in crypto_rfc3686_crypt()
|
D | tcrypt.c | 1147 ablkcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in test_acipher_speed()
|
/linux-4.4.14/fs/f2fs/ |
D | crypto_fname.c | 109 ablkcipher_request_set_callback(req, in f2fs_fname_encrypt() 170 ablkcipher_request_set_callback(req, in f2fs_fname_decrypt()
|
D | crypto_key.c | 64 ablkcipher_request_set_callback(req, in f2fs_derive_key_aes()
|
D | crypto.c | 345 ablkcipher_request_set_callback( in f2fs_page_crypto()
|
/linux-4.4.14/fs/ext4/ |
D | crypto_fname.c | 105 ablkcipher_request_set_callback(req, in ext4_fname_encrypt() 171 ablkcipher_request_set_callback(req, in ext4_fname_decrypt()
|
D | crypto_key.c | 61 ablkcipher_request_set_callback(req, in ext4_derive_key_aes()
|
D | crypto.c | 278 ablkcipher_request_set_callback( in ext4_page_crypto()
|
/linux-4.4.14/include/crypto/ |
D | skcipher.h | 132 ablkcipher_request_set_callback(&req->creq, flags, compl, data); in skcipher_givcrypt_set_callback()
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 1027 static inline void ablkcipher_request_set_callback( in ablkcipher_request_set_callback() function
|
/linux-4.4.14/fs/ecryptfs/ |
D | crypto.c | 368 ablkcipher_request_set_callback(req, in crypt_scatterlist()
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_glue.c | 862 ablkcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | in rfc4106_set_hash_subkey()
|
/linux-4.4.14/drivers/md/ |
D | dm-crypt.c | 900 ablkcipher_request_set_callback(ctx->req, in crypt_alloc_req()
|