Home
last modified time | relevance | path

Searched defs:tfm_ctx (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/crypto/
H A Dphmac_s390.c298 static inline int phmac_tfm_ctx_setkey(struct phmac_tfm_ctx *tfm_ctx, in phmac_tfm_ctx_setkey()
354 static int phmac_convert_key(struct phmac_tfm_ctx *tfm_ctx) in phmac_convert_key()
403 struct phmac_tfm_ctx *tfm_ctx = crypto_ahash_ctx(tfm); in phmac_kmac_update() local
516 struct phmac_tfm_ctx *tfm_ctx = crypto_ahash_ctx(tfm); in phmac_kmac_final() local
560 struct phmac_tfm_ctx *tfm_ctx = crypto_ahash_ctx(tfm); in phmac_init() local
597 struct phmac_tfm_ctx *tfm_ctx = crypto_ahash_ctx(tfm); in phmac_update() local
641 struct phmac_tfm_ctx *tfm_ctx = crypto_ahash_ctx(tfm); in phmac_final() local
676 struct phmac_tfm_ctx *tfm_ctx = crypto_ahash_ctx(tfm); in phmac_finup() local
742 struct phmac_tfm_ctx *tfm_ctx = crypto_ahash_ctx(tfm); in phmac_setkey() local
838 struct phmac_tfm_ctx *tfm_ctx = crypto_ahash_ctx(tfm); in phmac_init_tfm() local
[all …]
/linux/crypto/
H A Dscompress.c170 struct crypto_scomp **tfm_ctx = acomp_tfm_ctx(tfm); in scomp_acomp_comp_decomp() local
/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c1238 struct artpec6_cryptotfm_context *tfm_ctx = crypto_aead_ctx(tfm); in artpec6_crypto_aead_init() local
2232 struct artpec6_hashalg_context *tfm_ctx = crypto_tfm_ctx(&tfm->base); in artpec6_crypto_hash_set_key() local
2395 struct artpec6_hashalg_context *tfm_ctx = crypto_tfm_ctx(tfm); in artpec6_crypto_ahash_init_common() local
2428 struct artpec6_hashalg_context *tfm_ctx = crypto_tfm_ctx(tfm); in artpec6_crypto_ahash_exit() local
/linux/drivers/crypto/hisilicon/sec/
H A Dsec_drv.h278 struct sec_alg_tfm_ctx *tfm_ctx; member