Home
last modified time | relevance | path

Searched defs:tfm (Results 301 – 325 of 390) sorted by relevance

1...<<111213141516

/Linux-v6.6/crypto/
Dvmac.c430 static int vmac_setkey(struct crypto_shash *tfm, in vmac_setkey()
597 static int vmac_init_tfm(struct crypto_tfm *tfm) in vmac_init_tfm()
612 static void vmac_exit_tfm(struct crypto_tfm *tfm) in vmac_exit_tfm()
Dcrc32_generic.c22 static int crc32_cra_init(struct crypto_tfm *tfm) in crc32_cra_init()
Dmichael_mic.c129 static int michael_setkey(struct crypto_shash *tfm, const u8 *key, in michael_setkey()
Dauthencesn.c319 static int crypto_authenc_esn_init_tfm(struct crypto_aead *tfm) in crypto_authenc_esn_init_tfm()
369 static void crypto_authenc_esn_exit_tfm(struct crypto_aead *tfm) in crypto_authenc_esn_exit_tfm()
Dnhpoly1305.c125 int crypto_nhpoly1305_setkey(struct crypto_shash *tfm, in crypto_nhpoly1305_setkey()
/Linux-v6.6/drivers/crypto/vmx/
Dghash.c55 static int p8_ghash_setkey(struct crypto_shash *tfm, const u8 *key, in p8_ghash_setkey()
/Linux-v6.6/drivers/crypto/qce/
Dsha.h61 static inline struct qce_alg_template *to_ahash_tmpl(struct crypto_tfm *tfm) in to_ahash_tmpl()
Daead.h47 static inline struct qce_alg_template *to_aead_tmpl(struct crypto_aead *tfm) in to_aead_tmpl()
/Linux-v6.6/include/crypto/internal/
Dblake2b.h72 static inline int crypto_blake2b_setkey(struct crypto_shash *tfm, in crypto_blake2b_setkey()
/Linux-v6.6/arch/s390/crypto/
Dghash_s390.c41 static int ghash_setkey(struct crypto_shash *tfm, in ghash_setkey()
/Linux-v6.6/arch/arm64/crypto/
Dpolyval-ce-glue.c72 static int polyval_arm64_setkey(struct crypto_shash *tfm, in polyval_arm64_setkey()
/Linux-v6.6/arch/x86/kernel/cpu/sgx/
Dioctl.c459 static int __sgx_get_key_hash(struct crypto_shash *tfm, const void *modulus, in __sgx_get_key_hash()
471 struct crypto_shash *tfm; in sgx_get_key_hash() local
/Linux-v6.6/drivers/target/iscsi/
Discsi_target_login.c80 struct crypto_ahash *tfm; in iscsi_login_setup_crypto() local
1170 struct crypto_ahash *tfm; in iscsi_target_login_sess_out() local
/Linux-v6.6/crypto/asymmetric_keys/
Dpkcs7_verify.c26 struct crypto_shash *tfm; in pkcs7_digest() local
Dverify_pefile.c325 struct crypto_shash *tfm; in pefile_digest_pe() local
/Linux-v6.6/tools/testing/crypto/chacha20-s390/
Dtest-cipher.c45 struct crypto_skcipher *tfm; member
/Linux-v6.6/arch/mips/crypto/
Dcrc32-mips.c181 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key,
270 static int chksum_cra_init(struct crypto_tfm *tfm)
/Linux-v6.6/drivers/crypto/nx/
Dnx-sha256.c25 static int nx_crypto_ctx_sha256_init(struct crypto_tfm *tfm) in nx_crypto_ctx_sha256_init()
Dnx-sha512.c24 static int nx_crypto_ctx_sha512_init(struct crypto_tfm *tfm) in nx_crypto_ctx_sha512_init()
/Linux-v6.6/arch/powerpc/crypto/
Dcrc32c-vpmsum_glue.c57 static int crc32c_vpmsum_cra_init(struct crypto_tfm *tfm) in crc32c_vpmsum_cra_init()
/Linux-v6.6/arch/sparc/crypto/
Dcrc32c_glue.c110 static int crc32c_sparc64_cra_init(struct crypto_tfm *tfm) in crc32c_sparc64_cra_init()
/Linux-v6.6/arch/x86/crypto/
Dcrc32-pclmul_glue.c83 static int crc32_pclmul_cra_init(struct crypto_tfm *tfm) in crc32_pclmul_cra_init()
/Linux-v6.6/drivers/misc/sgi-gru/
Dgrukdump.c70 struct gru_tlb_fault_map *tfm; in gru_dump_tfm() local
/Linux-v6.6/drivers/crypto/
Datmel-tdes.c784 static int atmel_des_setkey(struct crypto_skcipher *tfm, const u8 *key, in atmel_des_setkey()
800 static int atmel_tdes_setkey(struct crypto_skcipher *tfm, const u8 *key, in atmel_tdes_setkey()
885 static int atmel_tdes_init_tfm(struct crypto_skcipher *tfm) in atmel_tdes_init_tfm()
/Linux-v6.6/drivers/crypto/chelsio/
Dchcr_crypto.h158 static inline struct chcr_context *a_ctx(struct crypto_aead *tfm) in a_ctx()
163 static inline struct chcr_context *c_ctx(struct crypto_skcipher *tfm) in c_ctx()
168 static inline struct chcr_context *h_ctx(struct crypto_ahash *tfm) in h_ctx()

1...<<111213141516