/openbmc/linux/lib/ |
H A D | libcrc32c.c | 36 static struct crypto_shash *tfm; variable
|
/openbmc/linux/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 1236 static int artpec6_crypto_aead_init(struct crypto_aead *tfm) in artpec6_crypto_aead_init() 1248 static int artpec6_crypto_aead_set_key(struct crypto_aead *tfm, const u8 *key, in artpec6_crypto_aead_set_key() 1534 static int artpec6_crypto_aes_ecb_init(struct crypto_skcipher *tfm) in artpec6_crypto_aes_ecb_init() 1544 static int artpec6_crypto_aes_ctr_init(struct crypto_skcipher *tfm) in artpec6_crypto_aes_ctr_init() 1560 static int artpec6_crypto_aes_cbc_init(struct crypto_skcipher *tfm) in artpec6_crypto_aes_cbc_init() 1570 static int artpec6_crypto_aes_xts_init(struct crypto_skcipher *tfm) in artpec6_crypto_aes_xts_init() 1580 static void artpec6_crypto_aes_exit(struct crypto_skcipher *tfm) in artpec6_crypto_aes_exit() 1587 static void artpec6_crypto_aes_ctr_exit(struct crypto_skcipher *tfm) in artpec6_crypto_aes_ctr_exit() 2225 artpec6_crypto_hash_set_key(struct crypto_ahash *tfm, in artpec6_crypto_hash_set_key() 2388 static int artpec6_crypto_ahash_init_common(struct crypto_tfm *tfm, in artpec6_crypto_ahash_init_common() [all …]
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_auth.c | 75 struct crypto_shash *tfm; in chap_test_algorithm() local 259 struct crypto_shash *tfm = NULL; in chap_server_compute_hash() local
|
/openbmc/linux/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 458 static inline int mv_cesa_ahash_cra_init(struct crypto_tfm *tfm) in mv_cesa_ahash_cra_init() 1187 struct crypto_ahash *tfm; in mv_cesa_ahmac_setkey() local 1235 static int mv_cesa_ahmac_cra_init(struct crypto_tfm *tfm) in mv_cesa_ahmac_cra_init() 1259 static int mv_cesa_ahmac_md5_setkey(struct crypto_ahash *tfm, const u8 *key, in mv_cesa_ahmac_md5_setkey() 1330 static int mv_cesa_ahmac_sha1_setkey(struct crypto_ahash *tfm, const u8 *key, in mv_cesa_ahmac_sha1_setkey() 1388 static int mv_cesa_ahmac_sha256_setkey(struct crypto_ahash *tfm, const u8 *key, in mv_cesa_ahmac_sha256_setkey()
|
H A D | cipher.c | 241 static void mv_cesa_skcipher_cra_exit(struct crypto_tfm *tfm) in mv_cesa_skcipher_cra_exit() 248 static int mv_cesa_skcipher_cra_init(struct crypto_tfm *tfm) in mv_cesa_skcipher_cra_init() 263 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); in mv_cesa_aes_setkey() local 426 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in mv_cesa_skcipher_req_init() local
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_unseal.c | 76 struct crypto_ahash *tfm = ctx->initiate ? in gss_krb5_verify_mic_v2() local
|
H A D | gss_krb5_mech.c | 269 struct crypto_sync_skcipher *tfm; in gss_krb5_alloc_cipher_v2() local 284 struct crypto_ahash *tfm; in gss_krb5_alloc_hash_v2() local
|
H A D | gss_krb5_seal.c | 108 struct crypto_ahash *tfm = ctx->initiate ? in gss_krb5_get_mic_v2() local
|
/openbmc/linux/net/ceph/ |
H A D | crypto.h | 19 struct crypto_sync_skcipher *tfm; member
|
/openbmc/linux/drivers/block/zram/ |
H A D | zcomp.h | 15 struct crypto_comp *tfm; member
|
/openbmc/linux/crypto/ |
H A D | tcrypt.c | 57 #define get_driver_name(tfm_type, tfm) crypto_tfm_alg_driver_name(tfm_type ## _tfm(tfm)) argument 249 struct crypto_aead *tfm; in test_mb_aead_speed() local 524 struct crypto_aead *tfm; in test_aead_speed() local 872 struct crypto_ahash *tfm; in test_ahash_speed_common() local 1065 struct crypto_skcipher *tfm; in test_mb_skcipher_speed() local 1302 struct crypto_skcipher *tfm; in test_skcipher_speed() local
|
H A D | internal.h | 39 struct crypto_akcipher *tfm; member 214 static inline struct crypto_tfm *crypto_tfm_get(struct crypto_tfm *tfm) in crypto_tfm_get()
|
H A D | ofb.c | 20 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_ofb_crypt() local
|
/openbmc/linux/arch/x86/crypto/ |
H A D | sm4_aesni_avx2_glue.c | 29 static int sm4_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, in sm4_skcipher_setkey()
|
H A D | serpent_avx_glue.c | 35 static int serpent_setkey_skcipher(struct crypto_skcipher *tfm, in serpent_setkey_skcipher()
|
H A D | camellia_aesni_avx_glue.c | 30 static int camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, in camellia_setkey()
|
H A D | cast5_avx_glue.c | 28 static int cast5_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, in cast5_setkey_skcipher()
|
H A D | serpent_avx2_glue.c | 26 static int serpent_setkey_skcipher(struct crypto_skcipher *tfm, in serpent_setkey_skcipher()
|
H A D | cast6_avx_glue.c | 28 static int cast6_setkey_skcipher(struct crypto_skcipher *tfm, in cast6_setkey_skcipher()
|
H A D | camellia_aesni_avx2_glue.c | 27 static int camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, in camellia_setkey()
|
H A D | curve25519-x86_64.c | 1615 static int curve25519_set_secret(struct crypto_kpp *tfm, const void *buf, in curve25519_set_secret() 1632 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in curve25519_generate_public_key() local 1654 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in curve25519_compute_shared_secret() local 1682 static unsigned int curve25519_max_size(struct crypto_kpp *tfm) in curve25519_max_size()
|
/openbmc/linux/include/crypto/ |
H A D | ctr.h | 24 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_ctr_encrypt_walk() local
|
/openbmc/linux/security/apparmor/ |
H A D | crypto.c | 104 struct crypto_shash *tfm; in init_profile_hash() local
|
/openbmc/linux/drivers/crypto/amcc/ |
H A D | crypto4xx_core.c | 976 static int crypto4xx_aead_init(struct crypto_aead *tfm) in crypto4xx_aead_init() 996 static void crypto4xx_aead_exit(struct crypto_aead *tfm) in crypto4xx_aead_exit() 1162 static int crypto4xx_prng_generate(struct crypto_rng *tfm, in crypto4xx_prng_generate() 1181 static int crypto4xx_prng_seed(struct crypto_rng *tfm, const u8 *seed, in crypto4xx_prng_seed()
|
/openbmc/linux/drivers/crypto/ |
H A D | sahara.c | 627 static int sahara_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, in sahara_aes_setkey() 726 static int sahara_aes_init_tfm(struct crypto_skcipher *tfm) in sahara_aes_init_tfm() 744 static void sahara_aes_exit_tfm(struct crypto_skcipher *tfm) in sahara_aes_exit_tfm() 891 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sahara_sha_prepare_request() local 1074 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sahara_sha_init() local 1139 static int sahara_sha_cra_init(struct crypto_tfm *tfm) in sahara_sha_cra_init()
|