/Linux-v4.19/drivers/crypto/nx/ |
D | nx-aes-gcm.c | 186 crypto_aead_ctx(crypto_aead_reqtfm(req)); in gmac() 260 crypto_aead_ctx(crypto_aead_reqtfm(req)); in gcm_empty() 307 crypto_aead_authsize(crypto_aead_reqtfm(req))); in gcm_empty() 325 crypto_aead_ctx(crypto_aead_reqtfm(req)); in gcm_aes_nx_crypt() 366 nbytes -= crypto_aead_authsize(crypto_aead_reqtfm(req)); in gcm_aes_nx_crypt() 413 crypto_aead_authsize(crypto_aead_reqtfm(req)), in gcm_aes_nx_crypt() 421 crypto_aead_authsize(crypto_aead_reqtfm(req)), in gcm_aes_nx_crypt() 424 crypto_aead_authsize(crypto_aead_reqtfm(req))) ? in gcm_aes_nx_crypt() 455 crypto_aead_ctx(crypto_aead_reqtfm(req)); in gcm4106_aes_nx_encrypt() 472 crypto_aead_ctx(crypto_aead_reqtfm(req)); in gcm4106_aes_nx_decrypt()
|
/Linux-v4.19/arch/x86/crypto/ |
D | morus640_glue.c | 143 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_morus640_glue_crypt() 159 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_morus640_glue_encrypt() 183 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_morus640_glue_decrypt() 234 struct crypto_aead *aead = crypto_aead_reqtfm(req); in cryptd_morus640_glue_encrypt() 251 struct crypto_aead *aead = crypto_aead_reqtfm(req); in cryptd_morus640_glue_decrypt()
|
D | morus1280_glue.c | 147 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_morus1280_glue_crypt() 163 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_morus1280_glue_encrypt() 187 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_morus1280_glue_decrypt() 238 struct crypto_aead *aead = crypto_aead_reqtfm(req); in cryptd_morus1280_glue_encrypt() 255 struct crypto_aead *aead = crypto_aead_reqtfm(req); in cryptd_morus1280_glue_decrypt()
|
D | aegis128-aesni-glue.c | 187 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128_aesni_crypt() 209 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128_aesni_encrypt() 231 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128_aesni_decrypt() 273 struct crypto_aead *aead = crypto_aead_reqtfm(req); in cryptd_aegis128_aesni_encrypt() 289 struct crypto_aead *aead = crypto_aead_reqtfm(req); in cryptd_aegis128_aesni_decrypt()
|
D | aegis256-aesni-glue.c | 187 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis256_aesni_crypt() 209 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis256_aesni_encrypt() 231 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis256_aesni_decrypt() 273 struct crypto_aead *aead = crypto_aead_reqtfm(req); in cryptd_aegis256_aesni_encrypt() 289 struct crypto_aead *aead = crypto_aead_reqtfm(req); in cryptd_aegis256_aesni_decrypt()
|
D | aegis128l-aesni-glue.c | 187 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128l_aesni_crypt() 209 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128l_aesni_encrypt() 231 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128l_aesni_decrypt() 273 struct crypto_aead *aead = crypto_aead_reqtfm(req); in cryptd_aegis128l_aesni_encrypt() 289 struct crypto_aead *aead = crypto_aead_reqtfm(req); in cryptd_aegis128l_aesni_decrypt()
|
D | aesni-intel_glue.c | 798 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in gcmaes_crypt_by_sg() 920 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in gcmaes_encrypt() 990 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in gcmaes_decrypt() 1063 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in helper_rfc4106_encrypt() 1090 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in helper_rfc4106_decrypt() 1116 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in gcmaes_wrapper_encrypt() 1132 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in gcmaes_wrapper_decrypt() 1285 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in generic_gcmaes_encrypt() 1301 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in generic_gcmaes_decrypt()
|
/Linux-v4.19/crypto/ |
D | chacha20poly1305.c | 88 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in chacha_iv() 127 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in chacha_decrypt() 177 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in poly_tail() 211 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_cipherpad() 241 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_cipher() 272 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_adpad() 302 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_ad() 326 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_setkey() 353 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_init() 376 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in poly_genkey() [all …]
|
D | seqiv.c | 39 geniv = crypto_aead_reqtfm(req); in seqiv_aead_encrypt_complete2() 57 struct crypto_aead *geniv = crypto_aead_reqtfm(req); in seqiv_aead_encrypt() 119 struct crypto_aead *geniv = crypto_aead_reqtfm(req); in seqiv_aead_decrypt()
|
D | authenc.c | 122 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in authenc_geniv_ahash_done() 141 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_genicv() 186 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_copy_assoc() 201 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_encrypt() 239 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt_tail() 287 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt()
|
D | authencesn.c | 104 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_genicv_tail() 137 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_genicv() 184 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_copy() 198 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_encrypt() 237 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_decrypt_tail() 287 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_decrypt()
|
D | echainiv.c | 33 struct crypto_aead *geniv = crypto_aead_reqtfm(req); in echainiv_encrypt() 92 struct crypto_aead *geniv = crypto_aead_reqtfm(req); in echainiv_decrypt()
|
D | ccm.c | 67 unsigned long align = crypto_aead_alignmask(crypto_aead_reqtfm(req)); in crypto_ccm_reqctx() 140 struct crypto_aead *aead = crypto_aead_reqtfm(req); in format_input() 182 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_auth() 240 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_encrypt_done() 297 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_encrypt() 338 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_decrypt_done() 357 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_decrypt() 668 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4309_crypt()
|
D | gcm.c | 91 unsigned long align = crypto_aead_alignmask(crypto_aead_reqtfm(req)); in crypto_gcm_reqctx() 202 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_init_crypt() 424 struct crypto_gcm_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in gcm_hash() 436 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_enc_copy_hash() 490 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_verify() 525 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_decrypt() 808 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4106_crypt() 1034 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4543_crypt() 1065 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4543_copy_src_to_dst()
|
D | aegis128.c | 360 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128_crypt() 377 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128_encrypt() 397 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128_decrypt()
|
D | aegis256.c | 375 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis256_crypt() 392 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis256_encrypt() 412 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis256_decrypt()
|
D | aegis128l.c | 424 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128l_crypt() 441 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128l_encrypt() 461 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128l_decrypt()
|
D | morus1280.c | 440 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_morus1280_crypt() 457 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_morus1280_encrypt() 479 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_morus1280_decrypt()
|
D | morus640.c | 437 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_morus640_crypt() 454 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_morus640_encrypt() 476 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_morus640_decrypt()
|
D | pcrypt.c | 157 struct crypto_aead *aead = crypto_aead_reqtfm(req); in pcrypt_aead_encrypt() 199 struct crypto_aead *aead = crypto_aead_reqtfm(req); in pcrypt_aead_decrypt()
|
/Linux-v4.19/drivers/crypto/ |
D | omap-aes-gcm.c | 95 struct crypto_aead *aead = crypto_aead_reqtfm(req); in omap_aes_gcm_copy_buffers() 184 struct omap_aes_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in do_encrypt_iv() 279 ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in omap_aes_gcm_handle_queue() 308 struct crypto_aead *aead = crypto_aead_reqtfm(req); in omap_aes_gcm_crypt() 357 struct omap_aes_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in omap_aes_4106gcm_encrypt() 368 struct omap_aes_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in omap_aes_4106gcm_decrypt()
|
D | picoxcell_crypto.c | 325 struct crypto_aead *aead = crypto_aead_reqtfm(areq); in spacc_aead_make_ddts() 427 struct crypto_aead *aead = crypto_aead_reqtfm(areq); in spacc_aead_free_ddts() 526 struct crypto_aead *aead = crypto_aead_reqtfm(aead_req); in spacc_aead_need_fallback() 547 struct crypto_tfm *old_tfm = crypto_aead_tfm(crypto_aead_reqtfm(req)); in spacc_aead_do_fallback() 572 struct crypto_aead *aead = crypto_aead_reqtfm(aead_req); in spacc_aead_submit() 645 struct crypto_aead *aead = crypto_aead_reqtfm(req); in spacc_aead_setup() 691 struct crypto_aead *aead = crypto_aead_reqtfm(req); in spacc_aead_encrypt() 699 struct crypto_aead *aead = crypto_aead_reqtfm(req); in spacc_aead_decrypt()
|
/Linux-v4.19/include/crypto/ |
D | aead.h | 304 static inline struct crypto_aead *crypto_aead_reqtfm(struct aead_request *req) in crypto_aead_reqtfm() function 330 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_aead_encrypt() 362 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_aead_decrypt()
|
/Linux-v4.19/drivers/crypto/ccree/ |
D | cc_aead.c | 211 struct crypto_aead *tfm = crypto_aead_reqtfm(cc_req); in cc_aead_complete() 715 struct crypto_aead *tfm = crypto_aead_reqtfm(areq); in cc_set_assoc_desc() 759 struct crypto_aead *tfm = crypto_aead_reqtfm(areq); in cc_proc_authen_desc() 823 struct crypto_aead *tfm = crypto_aead_reqtfm(areq); in cc_proc_cipher_desc() 865 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_digest_desc() 915 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_cipher_desc() 982 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_hmac_desc() 1015 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_xcbc_desc() 1089 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_scheme_desc() 1151 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_mlli_to_sram() [all …]
|
/Linux-v4.19/arch/arm64/crypto/ |
D | aes-ce-ccm-glue.c | 73 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_init_mac() 150 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_calculate_auth_mac() 240 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_encrypt() 297 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_decrypt()
|