Searched refs:ablkcipher_request_set_tfm (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/crypto/ |
D | ablk_helper.c | 79 ablkcipher_request_set_tfm(cryptd_req, &ctx->cryptd_tfm->base); in ablk_encrypt() 98 ablkcipher_request_set_tfm(cryptd_req, &ctx->cryptd_tfm->base); in ablk_decrypt()
|
D | chainiv.c | 56 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); in chainiv_givencrypt() 180 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); in async_chainiv_givencrypt()
|
D | chacha20poly1305.c | 146 ablkcipher_request_set_tfm(&creq->req, ctx->chacha); in chacha_decrypt() 394 ablkcipher_request_set_tfm(&creq->req, ctx->chacha); in poly_genkey() 431 ablkcipher_request_set_tfm(&creq->req, ctx->chacha); in chacha_encrypt()
|
D | authenc.c | 222 ablkcipher_request_set_tfm(abreq, enc); in crypto_authenc_encrypt() 263 ablkcipher_request_set_tfm(abreq, ctx->enc); in crypto_authenc_decrypt_tail()
|
D | eseqiv.c | 86 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); in eseqiv_givencrypt()
|
D | authencesn.c | 218 ablkcipher_request_set_tfm(abreq, enc); in crypto_authenc_esn_encrypt() 259 ablkcipher_request_set_tfm(abreq, ctx->enc); in crypto_authenc_esn_decrypt_tail()
|
D | skcipher.c | 152 ablkcipher_request_set_tfm(subreq, *ctx); in skcipher_crypt_ablkcipher()
|
D | seqiv.c | 113 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); in seqiv_givencrypt()
|
D | ccm.c | 369 ablkcipher_request_set_tfm(abreq, ctx->ctr); in crypto_ccm_encrypt() 432 ablkcipher_request_set_tfm(abreq, ctx->ctr); in crypto_ccm_decrypt()
|
D | ctr.c | 297 ablkcipher_request_set_tfm(subreq, child); in crypto_rfc3686_crypt()
|
D | gcm.c | 145 ablkcipher_request_set_tfm(&data->req, ctr); in crypto_gcm_setkey() 231 ablkcipher_request_set_tfm(ablk_req, ctx->ctr); in crypto_gcm_init_crypt()
|
/linux-4.4.14/drivers/crypto/ccp/ |
D | ccp-crypto-aes-xts.c | 152 ablkcipher_request_set_tfm(req, ctx->u.aes.tfm_ablkcipher); in ccp_aes_xts_crypt() 155 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in ccp_aes_xts_crypt()
|
/linux-4.4.14/drivers/crypto/ |
D | sahara.c | 673 ablkcipher_request_set_tfm(req, ctx->fallback); in sahara_aes_ecb_encrypt() 675 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in sahara_aes_ecb_encrypt() 691 ablkcipher_request_set_tfm(req, ctx->fallback); in sahara_aes_ecb_decrypt() 693 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in sahara_aes_ecb_decrypt() 709 ablkcipher_request_set_tfm(req, ctx->fallback); in sahara_aes_cbc_encrypt() 711 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in sahara_aes_cbc_encrypt() 727 ablkcipher_request_set_tfm(req, ctx->fallback); in sahara_aes_cbc_decrypt() 729 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in sahara_aes_cbc_decrypt()
|
D | mxs-dcp.c | 383 ablkcipher_request_set_tfm(req, ctx->fallback); in mxs_dcp_block_fallback() 390 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in mxs_dcp_block_fallback()
|
D | picoxcell_crypto.c | 903 ablkcipher_request_set_tfm(req, ctx->sw_cipher); in spacc_ablk_do_fallback() 906 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(old_tfm)); in spacc_ablk_do_fallback()
|
/linux-4.4.14/drivers/crypto/qce/ |
D | ablkcipher.c | 207 ablkcipher_request_set_tfm(req, ctx->fallback); in qce_ablkcipher_crypt() 210 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in qce_ablkcipher_crypt()
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 955 static inline void ablkcipher_request_set_tfm( in ablkcipher_request_set_tfm() function 988 ablkcipher_request_set_tfm(req, tfm); in ablkcipher_request_alloc()
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_glue.c | 861 ablkcipher_request_set_tfm(req, ctr_tfm); in rfc4106_set_hash_subkey()
|
/linux-4.4.14/drivers/md/ |
D | dm-crypt.c | 894 ablkcipher_request_set_tfm(ctx->req, cc->tfms[key_index]); in crypt_alloc_req()
|