| /linux/drivers/crypto/inside-secure/eip93/ |
| H A D | eip93-hash.c | 24 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_hash_free_data_blocks() local 46 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_hash_free_sa_record() local 62 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_hash_handle_result() local 161 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in __eip93_hash_init() local 213 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_send_hash_req() local 289 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_hash_init() local 392 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_hash_update() local 440 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in __eip93_hash_final() local 522 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_hash_finup() local 561 static int eip93_hash_hmac_setkey(struct crypto_ahash *ahash, const u8 *key, in eip93_hash_hmac_setkey()
|
| H A D | eip93-main.h | 147 struct ahash_alg ahash; member
|
| /linux/net/ipv4/ |
| H A D | ah4.c | 25 static void *ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags, in ah_alloc_tmp() 52 static inline struct ahash_request *ah_tmp_req(struct crypto_ahash *ahash, in ah_tmp_req() 65 static inline struct scatterlist *ah_req_sg(struct crypto_ahash *ahash, in ah_req_sg() 151 struct crypto_ahash *ahash; in ah_output() local 309 struct crypto_ahash *ahash; in ah_input() local 475 struct crypto_ahash *ahash; in ah_init_state() local
|
| /linux/drivers/crypto/caam/ |
| H A D | caamhash.c | 205 static int ahash_set_sh_desc(struct crypto_ahash *ahash) in ahash_set_sh_desc() 261 static int axcbc_set_sh_desc(struct crypto_ahash *ahash) in axcbc_set_sh_desc() 313 static int acmac_set_sh_desc(struct crypto_ahash *ahash) in acmac_set_sh_desc() 424 static int ahash_setkey(struct crypto_ahash *ahash, in ahash_setkey() 494 static int axcbc_setkey(struct crypto_ahash *ahash, const u8 *key, in axcbc_setkey() 514 static int acmac_setkey(struct crypto_ahash *ahash, const u8 *key, in acmac_setkey() 591 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_cpy() local 642 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_switch() local 823 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_update_ctx() local 948 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_ctx() local [all …]
|
| H A D | caamalg_qi2.c | 3139 static int ahash_set_sh_desc(struct crypto_ahash *ahash) in ahash_set_sh_desc() 3311 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() 3405 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done() local 3432 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_bi() local 3470 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_ctx_src() local 3497 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_ctx_dst() local 3533 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_update_ctx() local 3652 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_ctx() local 3723 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_finup_ctx() local 3817 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_digest() local [all …]
|
| /linux/net/ipv6/ |
| H A D | ah6.c | 77 static void *ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags, in ah_alloc_tmp() 109 static inline struct ahash_request *ah_tmp_req(struct crypto_ahash *ahash, in ah_tmp_req() 122 static inline struct scatterlist *ah_req_sg(struct crypto_ahash *ahash, in ah_req_sg() 347 struct crypto_ahash *ahash; in ah6_output() local 523 struct crypto_ahash *ahash; in ah6_input() local 682 struct crypto_ahash *ahash; in ah6_init_state() local
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_crypto.c | 589 struct crypto_ahash *ahash; in gss_krb5_aes_encrypt() local 662 struct crypto_ahash *ahash; in gss_krb5_aes_decrypt() local 817 struct crypto_ahash *ahash; in krb5_etm_encrypt() local 908 struct crypto_ahash *ahash; in krb5_etm_decrypt() local
|
| /linux/include/net/ |
| H A D | ah.h | 13 struct crypto_ahash *ahash; member
|
| /linux/drivers/crypto/ccree/ |
| H A D | cc_hash.c | 726 static int cc_hash_setkey(struct crypto_ahash *ahash, const u8 *key, in cc_hash_setkey() 921 static int cc_xcbc_setkey(struct crypto_ahash *ahash, in cc_xcbc_setkey() 1007 static int cc_cmac_setkey(struct crypto_ahash *ahash, in cc_cmac_setkey() 1501 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in cc_hash_export() local 1527 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in cc_hash_import() local
|
| /linux/drivers/crypto/qce/ |
| H A D | sha.c | 40 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_ahash_done() local 395 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in qce_ahash_cra_init() local
|
| H A D | sha.h | 63 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in to_ahash_tmpl() local
|
| H A D | common.h | 91 struct ahash_alg ahash; member
|
| H A D | common.c | 150 struct crypto_ahash *ahash = __crypto_ahash_cast(async_req->tfm); in qce_setup_regs_ahash() local
|
| /linux/include/crypto/internal/ |
| H A D | hash.h | 206 static inline void crypto_ahash_set_reqsize_dma(struct crypto_ahash *ahash, in crypto_ahash_set_reqsize_dma() 226 struct crypto_ahash *ahash) in ahash_alg_instance()
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.c | 654 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in handle_ahash_req() local 896 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in spu_hmac_outer_hash() local 995 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in handle_ahash_resp() local 2246 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() 2310 static int ahash_hmac_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_hmac_setkey()
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-crypto-aes-cmac.c | 338 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in ccp_aes_cmac_cra_init() local
|
| H A D | ccp-crypto-sha.c | 316 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in ccp_sha_cra_init() local
|
| /linux/drivers/crypto/marvell/cesa/ |
| H A D | hash.c | 841 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in mv_cesa_ahash_export() local 859 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in mv_cesa_ahash_import() local
|
| /linux/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-hash.c | 47 int sun8i_ss_hmac_setkey(struct crypto_ahash *ahash, const u8 *key, in sun8i_ss_hmac_setkey()
|
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 233 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_req_result() local 522 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_inv_result() local 2404 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in safexcel_sha3_cra_init() local
|
| /linux/drivers/crypto/aspeed/ |
| H A D | aspeed-hace.h | 255 struct ahash_engine_alg ahash; member
|
| /linux/crypto/ |
| H A D | ahash.c | 784 struct ahash_instance *ahash = ahash_instance(inst); in crypto_ahash_free_instance() local
|
| /linux/drivers/crypto/ |
| H A D | sa2ul.h | 319 struct crypto_ahash *ahash; member
|
| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se.h | 392 struct ahash_engine_alg ahash; member
|
| /linux/drivers/crypto/stm32/ |
| H A D | stm32-hash.c | 929 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in stm32_hash_emptymsg_fallback() local
|