/Linux-v6.6/crypto/ |
D | vmac.c | 430 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()
|
D | crc32_generic.c | 22 static int crc32_cra_init(struct crypto_tfm *tfm) in crc32_cra_init()
|
D | michael_mic.c | 129 static int michael_setkey(struct crypto_shash *tfm, const u8 *key, in michael_setkey()
|
D | authencesn.c | 319 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()
|
D | nhpoly1305.c | 125 int crypto_nhpoly1305_setkey(struct crypto_shash *tfm, in crypto_nhpoly1305_setkey()
|
/Linux-v6.6/drivers/crypto/vmx/ |
D | ghash.c | 55 static int p8_ghash_setkey(struct crypto_shash *tfm, const u8 *key, in p8_ghash_setkey()
|
/Linux-v6.6/drivers/crypto/qce/ |
D | sha.h | 61 static inline struct qce_alg_template *to_ahash_tmpl(struct crypto_tfm *tfm) in to_ahash_tmpl()
|
D | aead.h | 47 static inline struct qce_alg_template *to_aead_tmpl(struct crypto_aead *tfm) in to_aead_tmpl()
|
/Linux-v6.6/include/crypto/internal/ |
D | blake2b.h | 72 static inline int crypto_blake2b_setkey(struct crypto_shash *tfm, in crypto_blake2b_setkey()
|
/Linux-v6.6/arch/s390/crypto/ |
D | ghash_s390.c | 41 static int ghash_setkey(struct crypto_shash *tfm, in ghash_setkey()
|
/Linux-v6.6/arch/arm64/crypto/ |
D | polyval-ce-glue.c | 72 static int polyval_arm64_setkey(struct crypto_shash *tfm, in polyval_arm64_setkey()
|
/Linux-v6.6/arch/x86/kernel/cpu/sgx/ |
D | ioctl.c | 459 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/ |
D | iscsi_target_login.c | 80 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/ |
D | pkcs7_verify.c | 26 struct crypto_shash *tfm; in pkcs7_digest() local
|
D | verify_pefile.c | 325 struct crypto_shash *tfm; in pefile_digest_pe() local
|
/Linux-v6.6/tools/testing/crypto/chacha20-s390/ |
D | test-cipher.c | 45 struct crypto_skcipher *tfm; member
|
/Linux-v6.6/arch/mips/crypto/ |
D | crc32-mips.c | 181 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/ |
D | nx-sha256.c | 25 static int nx_crypto_ctx_sha256_init(struct crypto_tfm *tfm) in nx_crypto_ctx_sha256_init()
|
D | nx-sha512.c | 24 static int nx_crypto_ctx_sha512_init(struct crypto_tfm *tfm) in nx_crypto_ctx_sha512_init()
|
/Linux-v6.6/arch/powerpc/crypto/ |
D | crc32c-vpmsum_glue.c | 57 static int crc32c_vpmsum_cra_init(struct crypto_tfm *tfm) in crc32c_vpmsum_cra_init()
|
/Linux-v6.6/arch/sparc/crypto/ |
D | crc32c_glue.c | 110 static int crc32c_sparc64_cra_init(struct crypto_tfm *tfm) in crc32c_sparc64_cra_init()
|
/Linux-v6.6/arch/x86/crypto/ |
D | crc32-pclmul_glue.c | 83 static int crc32_pclmul_cra_init(struct crypto_tfm *tfm) in crc32_pclmul_cra_init()
|
/Linux-v6.6/drivers/misc/sgi-gru/ |
D | grukdump.c | 70 struct gru_tlb_fault_map *tfm; in gru_dump_tfm() local
|
/Linux-v6.6/drivers/crypto/ |
D | atmel-tdes.c | 784 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/ |
D | chcr_crypto.h | 158 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()
|