Searched refs:ablkcipher_request_set_callback (Results 1 - 22 of 22) sorted by relevance

/linux-4.4.14/crypto/
H A Dchainiv.c57 ablkcipher_request_set_callback(subreq, req->creq.base.flags & chainiv_givencrypt()
181 ablkcipher_request_set_callback(subreq, req->creq.base.flags, async_chainiv_givencrypt()
H A Deseqiv.c108 ablkcipher_request_set_callback(subreq, req->creq.base.flags, compl, eseqiv_givencrypt()
H A Dchacha20poly1305.c144 ablkcipher_request_set_callback(&creq->req, aead_request_flags(req), chacha_decrypt()
392 ablkcipher_request_set_callback(&creq->req, aead_request_flags(req), poly_genkey()
429 ablkcipher_request_set_callback(&creq->req, aead_request_flags(req), chacha_encrypt()
H A Dauthenc.c223 ablkcipher_request_set_callback(abreq, aead_request_flags(req), crypto_authenc_encrypt()
264 ablkcipher_request_set_callback(abreq, aead_request_flags(req), crypto_authenc_decrypt_tail()
H A Dauthencesn.c219 ablkcipher_request_set_callback(abreq, aead_request_flags(req), crypto_authenc_esn_encrypt()
260 ablkcipher_request_set_callback(abreq, flags, crypto_authenc_esn_decrypt_tail()
H A Dseqiv.c133 ablkcipher_request_set_callback(subreq, req->creq.base.flags, compl, seqiv_givencrypt()
H A Dskcipher.c153 ablkcipher_request_set_callback(subreq, skcipher_request_flags(req), skcipher_crypt_ablkcipher()
H A Dccm.c370 ablkcipher_request_set_callback(abreq, pctx->flags, crypto_ccm_encrypt()
433 ablkcipher_request_set_callback(abreq, pctx->flags, crypto_ccm_decrypt()
H A Dctr.c298 ablkcipher_request_set_callback(subreq, req->base.flags, crypto_rfc3686_crypt()
H A Dgcm.c146 ablkcipher_request_set_callback(&data->req, CRYPTO_TFM_REQ_MAY_SLEEP | crypto_gcm_setkey()
502 ablkcipher_request_set_callback(abreq, flags, gcm_encrypt_done, req); crypto_gcm_encrypt()
540 ablkcipher_request_set_callback(abreq, flags, gcm_decrypt_done, req); gcm_dec_hash_continue()
H A Dtcrypt.c1147 ablkcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, test_acipher_speed()
/linux-4.4.14/fs/f2fs/
H A Dcrypto_key.c64 ablkcipher_request_set_callback(req, f2fs_derive_key_aes()
H A Dcrypto_fname.c109 ablkcipher_request_set_callback(req, f2fs_fname_encrypt()
170 ablkcipher_request_set_callback(req, f2fs_fname_decrypt()
H A Dcrypto.c345 ablkcipher_request_set_callback( f2fs_page_crypto()
/linux-4.4.14/fs/ext4/
H A Dcrypto_fname.c105 ablkcipher_request_set_callback(req, ext4_fname_encrypt()
171 ablkcipher_request_set_callback(req, ext4_fname_decrypt()
H A Dcrypto_key.c61 ablkcipher_request_set_callback(req, ext4_derive_key_aes()
H A Dcrypto.c278 ablkcipher_request_set_callback( ext4_page_crypto()
/linux-4.4.14/include/crypto/
H A Dskcipher.h132 ablkcipher_request_set_callback(&req->creq, flags, compl, data); skcipher_givcrypt_set_callback()
/linux-4.4.14/include/linux/
H A Dcrypto.h1003 * ablkcipher_request_set_callback() - set asynchronous callback function
1027 static inline void ablkcipher_request_set_callback( ablkcipher_request_set_callback() function
/linux-4.4.14/arch/x86/crypto/
H A Daesni-intel_glue.c862 ablkcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | rfc4106_set_hash_subkey()
/linux-4.4.14/drivers/md/
H A Ddm-crypt.c900 ablkcipher_request_set_callback(ctx->req, crypt_alloc_req()
/linux-4.4.14/fs/ecryptfs/
H A Dcrypto.c368 ablkcipher_request_set_callback(req, crypt_scatterlist()

Completed in 881 milliseconds