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