Home
last modified time | relevance | path

Searched defs:tfm (Results 451 - 475 of 743) sorted by relevance

1...<<11121314151617181920>>...30

/kernel/linux/linux-6.6/crypto/
H A Dhmac.c34 static inline struct hmac_ctx *hmac_ctx(struct crypto_shash *tfm) in hmac_ctx() argument
H A Dinternal.h39 struct crypto_akcipher *tfm; member
214 static inline struct crypto_tfm *crypto_tfm_get(struct crypto_tfm *tfm) in crypto_tfm_get() argument
H A Dxts.c86 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_xor_tweak() local
295 static int xts_init_tfm(struct crypto_skcipher *tfm) in xts_init_tfm() argument
323 static void xts_exit_tfm(struct crypto_skcipher *tfm) in xts_exit_tfm() argument
H A Dxcbc.c92 struct crypto_cipher *tfm = tctx->child; in crypto_xcbc_digest_update() local
138 struct crypto_cipher *tfm = tctx->child; in crypto_xcbc_digest_final() local
167 xcbc_init_tfm(struct crypto_tfm *tfm) xcbc_init_tfm() argument
183 xcbc_exit_tfm(struct crypto_tfm *tfm) xcbc_exit_tfm() argument
[all...]
H A Decdsa.c139 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); in ecdsa_verify() local
222 static int ecdsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) in ecdsa_set_pub_key() argument
254 static void ecdsa_exit_tfm(struct crypto_akcipher *tfm) in ecdsa_exit_tfm() argument
261 static unsigned int ecdsa_max_size(struct crypto_akcipher *tfm) in ecdsa_max_size() argument
268 static int ecdsa_nist_p384_init_tfm(struct crypto_akcipher *tfm) in ecdsa_nist_p384_init_tfm() argument
290 ecdsa_nist_p256_init_tfm(struct crypto_akcipher *tfm) ecdsa_nist_p256_init_tfm() argument
312 ecdsa_nist_p192_init_tfm(struct crypto_akcipher *tfm) ecdsa_nist_p192_init_tfm() argument
[all...]
H A Decrdsa.c73 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); in ecrdsa_verify() local
191 static int ecrdsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, in ecrdsa_set_pub_key() argument
252 static unsigned int ecrdsa_max_size(struct crypto_akcipher *tfm) in ecrdsa_max_size() argument
263 static void ecrdsa_exit_tfm(struct crypto_akcipher *tfm) in ecrdsa_exit_tfm() argument
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-verity.h42 struct crypto_ahash *tfm; member
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dgss_krb5_test.c81 struct crypto_ahash *tfm; in checksum_case() local
H A Dgss_krb5_mech.c269 struct crypto_sync_skcipher *tfm; in gss_krb5_alloc_cipher_v2() local
284 struct crypto_ahash *tfm; in gss_krb5_alloc_hash_v2() local
[all...]
H A Dgss_krb5_keys.c305 krb5_cmac_Ki(struct crypto_shash *tfm, const struct xdr_netobj *constant, in krb5_cmac_Ki() argument
377 struct crypto_shash *tfm; in krb5_kdf_feedback_cmac() local
444 krb5_hmac_K1(struct crypto_shash *tfm, const struct xdr_netobj *label, u32 outlen, struct xdr_netobj *K1) krb5_hmac_K1() argument
506 struct crypto_shash *tfm; krb5_kdf_hmac_sha2() local
[all...]
/kernel/linux/linux-6.6/net/wireless/
H A Dlib80211_crypt_ccmp.c52 struct crypto_aead *tfm; member
351 struct crypto_aead *tfm = data->tfm; lib80211_ccmp_set_key() local
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dkey.h91 struct crypto_aead *tfm; member
96 struct crypto_shash *tfm; member
102 struct crypto_aead *tfm; member
113 struct crypto_aead *tfm; member
/kernel/linux/linux-6.6/net/ipv6/
H A Dseg6_hmac.c122 struct crypto_shash *tfm; in __do_hmac() local
354 struct crypto_shash *tfm; in seg6_hmac_init_algo() local
419 struct crypto_shash *tfm; seg6_hmac_exit() local
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dcamellia_generic.c968 camellia_set_key(struct crypto_tfm *tfm, const u8 *in_key, in camellia_set_key() argument
994 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in camellia_encrypt() argument
1022 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in camellia_decrypt() argument
H A Dessiv.c65 static int essiv_skcipher_setkey(struct crypto_skcipher *tfm, in essiv_skcipher_setkey() argument
92 static int essiv_aead_setkey(struct crypto_aead *tfm, const u8 *key, in essiv_aead_setkey() argument
125 static int essiv_aead_setauthsize(struct crypto_aead *tfm, in essiv_aead_setauthsize() argument
142 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); essiv_skcipher_crypt() local
184 struct crypto_aead *tfm = crypto_aead_reqtfm(req); essiv_aead_crypt() local
296 essiv_skcipher_init_tfm(struct crypto_skcipher *tfm) essiv_skcipher_init_tfm() argument
321 essiv_aead_init_tfm(struct crypto_aead *tfm) essiv_aead_init_tfm() argument
354 essiv_skcipher_exit_tfm(struct crypto_skcipher *tfm) essiv_skcipher_exit_tfm() argument
363 essiv_aead_exit_tfm(struct crypto_aead *tfm) essiv_aead_exit_tfm() argument
[all...]
H A Dahash.c137 static int ahash_setkey_unaligned(struct crypto_ahash *tfm, const u8 *key, in ahash_setkey_unaligned() argument
157 static int ahash_nosetkey(struct crypto_ahash *tfm, const u8 *key, in ahash_nosetkey() argument
163 static void ahash_set_needkey(struct crypto_ahash *tfm) in ahash_set_needkey() argument
172 int crypto_ahash_setkey(struct crypto_ahash *tfm, cons argument
201 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); ahash_save_req() local
331 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); crypto_ahash_op() local
342 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); crypto_ahash_final() local
356 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); crypto_ahash_finup() local
370 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); crypto_ahash_digest() local
433 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); ahash_def_finup() local
447 crypto_ahash_exit_tfm(struct crypto_tfm *tfm) crypto_ahash_exit_tfm() argument
455 crypto_ahash_init_tfm(struct crypto_tfm *tfm) crypto_ahash_init_tfm() argument
[all...]
H A Dalgif_aead.c51 struct crypto_aead *tfm = aeadc->aead; in aead_sufficient_data() local
68 struct crypto_aead *tfm = aeadc->aead; in aead_sendmsg() local
97 struct crypto_aead *tfm = aeadc->aead; in _aead_recvmsg() local
381 struct aead_tfm *tfm; in aead_check_key() local
469 struct aead_tfm *tfm; aead_bind() local
498 struct aead_tfm *tfm = private; aead_release() local
507 struct aead_tfm *tfm = private; aead_setauthsize() local
514 struct aead_tfm *tfm = private; aead_setkey() local
526 struct crypto_aead *tfm = aeadc->aead; aead_sock_destruct() local
539 struct aead_tfm *tfm = private; aead_accept_parent_nokey() local
569 struct aead_tfm *tfm = private; aead_accept_parent() local
[all...]
H A Dadiantum.c116 static int adiantum_setkey(struct crypto_skcipher *tfm, const u8 *key, in adiantum_setkey() argument
220 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in adiantum_hash_header() local
249 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in adiantum_hash_message() local
283 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); adiantum_finish() local
323 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); adiantum_crypt() local
396 adiantum_init_tfm(struct crypto_skcipher *tfm) adiantum_init_tfm() argument
448 adiantum_exit_tfm(struct crypto_skcipher *tfm) adiantum_exit_tfm() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/qce/
H A Dsha.c237 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in qce_ahash_update() local
362 static int qce_ahash_hmac_setkey(struct crypto_ahash *tfm, cons argument
426 qce_ahash_cra_init(struct crypto_tfm *tfm) qce_ahash_cra_init() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/mediatek/
H A Dmtk-platform.h66 __le32 tfm; member
/kernel/linux/linux-5.10/drivers/crypto/stm32/
H A Dstm32-crc32.c72 static int stm32_crc32_cra_init(struct crypto_tfm *tfm) in stm32_crc32_cra_init() argument
81 static int stm32_crc32c_cra_init(struct crypto_tfm *tfm) in stm32_crc32c_cra_init() argument
90 static int stm32_crc_setkey(struct crypto_shash *tfm, const u8 *key, in stm32_crc_setkey() argument
/kernel/linux/linux-5.10/drivers/crypto/
H A Dpadlock-aes.c97 static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm) in aes_ctx() argument
102 static inline struct aes_ctx *skcipher_aes_ctx(struct crypto_skcipher *tfm) in skcipher_aes_ctx() argument
107 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() argument
162 static int aes_set_key_skcipher(struct crypto_skcipher *tfm, const u8 *in_key, in aes_set_key_skcipher() argument
306 static void padlock_aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in padlock_aes_encrypt() argument
315 padlock_aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) padlock_aes_decrypt() argument
346 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); ecb_aes_encrypt() local
371 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); ecb_aes_decrypt() local
411 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); cbc_aes_encrypt() local
438 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); cbc_aes_decrypt() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/
H A Dcipher.c231 static void mv_cesa_skcipher_cra_exit(struct crypto_tfm *tfm) in mv_cesa_skcipher_cra_exit() argument
238 static int mv_cesa_skcipher_cra_init(struct crypto_tfm *tfm) in mv_cesa_skcipher_cra_init() argument
253 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); in mv_cesa_aes_setkey() local
416 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in mv_cesa_skcipher_req_init() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c241 struct crypto_tfm *tfm = crypto_aead_tfm(aead); in zynqmp_aes_aead_setkey() local
273 struct crypto_tfm *tfm = crypto_aead_tfm(aead); in zynqmp_aes_aead_setauthsize() local
309 struct crypto_tfm *tfm = crypto_aead_tfm(aead); in zynqmp_aes_aead_init() local
341 struct crypto_tfm *tfm = crypto_aead_tfm(aead); in zynqmp_aes_aead_exit() local
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcamellia_glue.c34 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in camellia_encrypt() argument
39 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in camellia_decrypt() argument
1253 static int camellia_setkey(struct crypto_tfm *tfm, const u8 *key, in camellia_setkey() argument
1259 static int camellia_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, in camellia_setkey_skcipher() argument

Completed in 19 milliseconds

1...<<11121314151617181920>>...30