Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dchainiv.c57 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()
Dchacha20poly1305.c144 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()
Dauthenc.c223 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()
Deseqiv.c108 ablkcipher_request_set_callback(subreq, req->creq.base.flags, compl, in eseqiv_givencrypt()
Dauthencesn.c219 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()
Dskcipher.c153 ablkcipher_request_set_callback(subreq, skcipher_request_flags(req), in skcipher_crypt_ablkcipher()
Dgcm.c146 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()
Dseqiv.c133 ablkcipher_request_set_callback(subreq, req->creq.base.flags, compl, in seqiv_givencrypt()
Dccm.c370 ablkcipher_request_set_callback(abreq, pctx->flags, in crypto_ccm_encrypt()
433 ablkcipher_request_set_callback(abreq, pctx->flags, in crypto_ccm_decrypt()
Dctr.c298 ablkcipher_request_set_callback(subreq, req->base.flags, in crypto_rfc3686_crypt()
Dtcrypt.c1147 ablkcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in test_acipher_speed()
/linux-4.4.14/fs/f2fs/
Dcrypto_fname.c109 ablkcipher_request_set_callback(req, in f2fs_fname_encrypt()
170 ablkcipher_request_set_callback(req, in f2fs_fname_decrypt()
Dcrypto_key.c64 ablkcipher_request_set_callback(req, in f2fs_derive_key_aes()
Dcrypto.c345 ablkcipher_request_set_callback( in f2fs_page_crypto()
/linux-4.4.14/fs/ext4/
Dcrypto_fname.c105 ablkcipher_request_set_callback(req, in ext4_fname_encrypt()
171 ablkcipher_request_set_callback(req, in ext4_fname_decrypt()
Dcrypto_key.c61 ablkcipher_request_set_callback(req, in ext4_derive_key_aes()
Dcrypto.c278 ablkcipher_request_set_callback( in ext4_page_crypto()
/linux-4.4.14/include/crypto/
Dskcipher.h132 ablkcipher_request_set_callback(&req->creq, flags, compl, data); in skcipher_givcrypt_set_callback()
/linux-4.4.14/include/linux/
Dcrypto.h1027 static inline void ablkcipher_request_set_callback( in ablkcipher_request_set_callback() function
/linux-4.4.14/fs/ecryptfs/
Dcrypto.c368 ablkcipher_request_set_callback(req, in crypt_scatterlist()
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_glue.c862 ablkcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | in rfc4106_set_hash_subkey()
/linux-4.4.14/drivers/md/
Ddm-crypt.c900 ablkcipher_request_set_callback(ctx->req, in crypt_alloc_req()