Searched refs:ablkcipher_request_set_callback (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/include/crypto/ |
D | skcipher.h | 91 ablkcipher_request_set_callback(&req->creq, flags, compl, data); in skcipher_givcrypt_set_callback()
|
/linux-4.1.27/crypto/ |
D | chainiv.c | 57 ablkcipher_request_set_callback(subreq, req->creq.base.flags & in chainiv_givencrypt() 188 ablkcipher_request_set_callback(subreq, req->creq.base.flags, in async_chainiv_givencrypt()
|
D | authencesn.c | 238 ablkcipher_request_set_callback(abreq, aead_request_flags(req), in authenc_esn_verify_ahash_update_done() 287 ablkcipher_request_set_callback(abreq, aead_request_flags(req), in authenc_esn_verify_ahash_update_done2() 327 ablkcipher_request_set_callback(abreq, aead_request_flags(req), in authenc_esn_verify_ahash_done() 484 ablkcipher_request_set_callback(abreq, aead_request_flags(req), in crypto_authenc_esn_encrypt() 632 ablkcipher_request_set_callback(abreq, aead_request_flags(req), in crypto_authenc_esn_decrypt()
|
D | authenc.c | 209 ablkcipher_request_set_callback(abreq, aead_request_flags(req), in authenc_verify_ahash_update_done() 248 ablkcipher_request_set_callback(abreq, aead_request_flags(req), in authenc_verify_ahash_done() 408 ablkcipher_request_set_callback(abreq, aead_request_flags(req), in crypto_authenc_encrypt() 540 ablkcipher_request_set_callback(abreq, aead_request_flags(req), in crypto_authenc_decrypt()
|
D | eseqiv.c | 108 ablkcipher_request_set_callback(subreq, req->creq.base.flags, compl, in eseqiv_givencrypt()
|
D | gcm.c | 140 ablkcipher_request_set_callback(&data->req, CRYPTO_TFM_REQ_MAY_SLEEP | in crypto_gcm_setkey() 553 ablkcipher_request_set_callback(abreq, aead_request_flags(req), in crypto_gcm_encrypt() 606 ablkcipher_request_set_callback(abreq, aead_request_flags(req), in gcm_dec_hash_done() 641 ablkcipher_request_set_callback(abreq, aead_request_flags(req), in crypto_gcm_decrypt()
|
D | seqiv.c | 129 ablkcipher_request_set_callback(subreq, req->creq.base.flags, compl, in seqiv_givencrypt()
|
D | ccm.c | 343 ablkcipher_request_set_callback(abreq, pctx->flags, in crypto_ccm_encrypt() 414 ablkcipher_request_set_callback(abreq, pctx->flags, in crypto_ccm_decrypt()
|
D | algif_skcipher.c | 541 ablkcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in skcipher_recvmsg_async() 951 ablkcipher_request_set_callback(&ctx->req, CRYPTO_TFM_REQ_MAY_BACKLOG, in skcipher_accept_parent_nokey()
|
D | ctr.c | 298 ablkcipher_request_set_callback(subreq, req->base.flags, in crypto_rfc3686_crypt()
|
D | tcrypt.c | 1118 ablkcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in test_acipher_speed()
|
D | testmgr.c | 950 ablkcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in __test_skcipher()
|
/linux-4.1.27/fs/ext4/ |
D | crypto_key.c | 61 ablkcipher_request_set_callback(req, in ext4_derive_key_aes()
|
D | crypto_fname.c | 88 ablkcipher_request_set_callback(req, in ext4_fname_encrypt() 162 ablkcipher_request_set_callback(req, in ext4_fname_decrypt()
|
D | crypto.c | 352 ablkcipher_request_set_callback( in ext4_page_crypto()
|
/linux-4.1.27/include/linux/ |
D | crypto.h | 1160 static inline void ablkcipher_request_set_callback( in ablkcipher_request_set_callback() function
|
/linux-4.1.27/fs/ecryptfs/ |
D | crypto.c | 369 ablkcipher_request_set_callback(req, in crypt_scatterlist()
|
/linux-4.1.27/arch/x86/crypto/ |
D | aesni-intel_glue.c | 872 ablkcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | in rfc4106_set_hash_subkey()
|
/linux-4.1.27/drivers/md/ |
D | dm-crypt.c | 894 ablkcipher_request_set_callback(ctx->req, in crypt_alloc_req()
|