/linux/crypto/ |
A D | xxhash_generic.c | 23 struct xxhash64_tfm_ctx *tctx = crypto_shash_ctx(tfm); in xxhash64_setkey() 33 struct xxhash64_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in xxhash64_init() 63 struct xxhash64_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in xxhash64_digest()
|
A D | crc32_generic.c | 39 u32 *mctx = crypto_shash_ctx(hash); in crc32_setkey() 49 u32 *mctx = crypto_shash_ctx(desc->tfm); in crc32_init() 91 return __crc32_finup(crypto_shash_ctx(desc->tfm), data, len, in crc32_digest()
|
A D | crc32c_generic.c | 59 struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm); in chksum_init() 75 struct chksum_ctx *mctx = crypto_shash_ctx(tfm); in chksum_setkey() 117 struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm); in chksum_digest()
|
A D | ghash-generic.c | 58 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey() 82 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_update() 134 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_final()
|
A D | nhpoly1305.c | 128 struct nhpoly1305_key *ctx = crypto_shash_ctx(tfm); in crypto_nhpoly1305_setkey() 160 const struct nhpoly1305_key *key = crypto_shash_ctx(desc->tfm); in crypto_nhpoly1305_update_helper() 201 const struct nhpoly1305_key *key = crypto_shash_ctx(desc->tfm); in crypto_nhpoly1305_final_helper()
|
A D | xcbc.c | 55 struct xcbc_tfm_ctx *ctx = crypto_shash_ctx(parent); in crypto_xcbc_digest_setkey() 90 struct xcbc_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_xcbc_digest_update() 136 struct xcbc_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_xcbc_digest_final()
|
A D | michael_mic.c | 50 struct michael_mic_ctx *ctx = crypto_shash_ctx(desc->tfm); in michael_init() 132 struct michael_mic_ctx *mctx = crypto_shash_ctx(tfm); in michael_setkey()
|
A D | cmac.c | 54 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(parent); in crypto_cmac_digest_setkey() 123 struct cmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cmac_digest_update() 169 struct cmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cmac_digest_final()
|
A D | vmac.c | 433 struct vmac_tfm_ctx *tctx = crypto_shash_ctx(tfm); in vmac_setkey() 482 const struct vmac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in vmac_init() 494 const struct vmac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in vmac_update() 564 const struct vmac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in vmac_final()
|
/linux/arch/x86/crypto/ |
A D | crc32c-intel_glue.c | 86 u32 *mctx = crypto_shash_ctx(hash); in crc32c_intel_setkey() 96 u32 *mctx = crypto_shash_ctx(desc->tfm); in crc32c_intel_init() 137 return __crc32c_intel_finup(crypto_shash_ctx(desc->tfm), data, len, in crc32c_intel_digest() 191 return __crc32c_pcl_intel_finup(crypto_shash_ctx(desc->tfm), data, len, in crc32c_pcl_intel_digest()
|
A D | crc32-pclmul_glue.c | 95 u32 *mctx = crypto_shash_ctx(hash); in crc32_pclmul_setkey() 105 u32 *mctx = crypto_shash_ctx(desc->tfm); in crc32_pclmul_init() 147 return __crc32_pclmul_finup(crypto_shash_ctx(desc->tfm), data, len, in crc32_pclmul_digest()
|
A D | ghash-clmulni-intel_glue.c | 56 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey() 80 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_update() 133 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_final()
|
/linux/arch/sparc/crypto/ |
A D | crc32c_glue.c | 34 u32 *mctx = crypto_shash_ctx(hash); in crc32c_sparc64_setkey() 44 u32 *mctx = crypto_shash_ctx(desc->tfm); in crc32c_sparc64_init() 106 return __crc32c_sparc64_finup(crypto_shash_ctx(desc->tfm), data, len, in crc32c_sparc64_digest()
|
/linux/arch/powerpc/crypto/ |
A D | crc32c-vpmsum_glue.c | 74 u32 *mctx = crypto_shash_ctx(hash); in crc32c_vpmsum_setkey() 84 u32 *mctx = crypto_shash_ctx(desc->tfm); in crc32c_vpmsum_init() 128 return __crc32c_vpmsum_finup(crypto_shash_ctx(desc->tfm), data, len, in crc32c_vpmsum_digest()
|
/linux/arch/s390/crypto/ |
A D | crc32-vx.c | 102 struct crc_ctx *mctx = crypto_shash_ctx(desc->tfm); in crc32_vx_init() 112 struct crc_ctx *mctx = crypto_shash_ctx(tfm); in crc32_vx_setkey() 123 struct crc_ctx *mctx = crypto_shash_ctx(tfm); in crc32be_vx_setkey() 201 return __ ## alg ## _vx_finup(crypto_shash_ctx(desc->tfm), \
|
A D | ghash_s390.c | 33 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_init() 44 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey()
|
/linux/arch/mips/crypto/ |
A D | crc32-mips.c | 162 struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm); 178 struct chksum_ctx *mctx = crypto_shash_ctx(tfm); 251 struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm); 259 struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm);
|
/linux/include/crypto/internal/ |
A D | blake2b.h | 75 struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(tfm); in crypto_blake2b_setkey() 88 const struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in crypto_blake2b_init()
|
A D | blake2s.h | 79 struct blake2s_tfm_ctx *tctx = crypto_shash_ctx(tfm); in crypto_blake2s_setkey() 92 const struct blake2s_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in crypto_blake2s_init()
|
/linux/drivers/crypto/stm32/ |
A D | stm32-crc32.c | 93 struct stm32_crc_ctx *mctx = crypto_shash_ctx(tfm); in stm32_crc_setkey() 118 struct stm32_crc_ctx *mctx = crypto_shash_ctx(desc->tfm); in stm32_crc_init() 151 struct stm32_crc_ctx *mctx = crypto_shash_ctx(desc->tfm); in burst_update() 245 struct stm32_crc_ctx *mctx = crypto_shash_ctx(desc->tfm); in stm32_crc_final()
|
/linux/drivers/crypto/ |
A D | padlock-sha.c | 35 struct padlock_sha_ctx *ctx = crypto_shash_ctx(desc->tfm); in padlock_sha_init() 59 struct padlock_sha_ctx *ctx = crypto_shash_ctx(desc->tfm); in padlock_sha_import() 197 struct padlock_sha_ctx *ctx = crypto_shash_ctx(hash); in padlock_init_tfm() 216 struct padlock_sha_ctx *ctx = crypto_shash_ctx(hash); in padlock_exit_tfm()
|
/linux/arch/arm/crypto/ |
A D | ghash-ce-glue.c | 103 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update() 133 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final() 159 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey()
|
A D | crc32-ce-glue.c | 55 u32 *mctx = crypto_shash_ctx(hash); in crc32_setkey() 65 u32 *mctx = crypto_shash_ctx(desc->tfm); in crc32_init()
|
/linux/arch/arm64/crypto/ |
A D | aes-glue.c | 734 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cbcmac_setkey() 751 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cmac_setkey() 781 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in xcbc_setkey() 841 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in mac_update() 881 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cbcmac_final() 893 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cmac_final()
|
A D | ghash-ce-glue.c | 124 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update() 161 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final() 189 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey()
|