Home
last modified time | relevance | path

Searched defs:tfm (Results 576 - 600 of 743) sorted by relevance

1...<<21222324252627282930

/kernel/linux/linux-6.6/crypto/
H A Dahash.c130 static int ahash_setkey_unaligned(struct crypto_ahash *tfm, const u8 *key, in ahash_setkey_unaligned() argument
150 static int ahash_nosetkey(struct crypto_ahash *tfm, const u8 *key, in ahash_nosetkey() argument
156 static void ahash_set_needkey(struct crypto_ahash *tfm) in ahash_set_needkey() argument
165 int crypto_ahash_setkey(struct crypto_ahash *tfm, cons argument
189 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); ahash_save_req() local
290 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); crypto_ahash_op() local
304 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); crypto_ahash_final() local
316 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); crypto_ahash_finup() local
332 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); crypto_ahash_digest() local
400 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); ahash_def_finup() local
414 crypto_ahash_exit_tfm(struct crypto_tfm *tfm) crypto_ahash_exit_tfm() argument
422 crypto_ahash_init_tfm(struct crypto_tfm *tfm) crypto_ahash_init_tfm() argument
545 struct crypto_tfm *tfm = crypto_ahash_tfm(hash); crypto_clone_ahash() local
[all...]
H A Dskcipher.c470 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_walk_skcipher() local
526 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in skcipher_walk_aead_common() local
577 struct crypto_aead *tfm = crypto_aead_reqtfm(req); skcipher_walk_aead_decrypt() local
585 skcipher_set_needkey(struct crypto_skcipher *tfm) skcipher_set_needkey() argument
591 skcipher_setkey_unaligned(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) skcipher_setkey_unaligned() argument
612 crypto_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) crypto_skcipher_setkey() argument
639 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); crypto_skcipher_encrypt() local
661 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); crypto_skcipher_decrypt() local
681 crypto_skcipher_exit_tfm(struct crypto_tfm *tfm) crypto_skcipher_exit_tfm() argument
689 crypto_skcipher_init_tfm(struct crypto_tfm *tfm) crypto_skcipher_init_tfm() argument
810 struct crypto_skcipher *tfm; crypto_alloc_sync_skcipher() local
925 skcipher_setkey_simple(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) skcipher_setkey_simple() argument
936 skcipher_init_tfm_simple(struct crypto_skcipher *tfm) skcipher_init_tfm_simple() argument
951 skcipher_exit_tfm_simple(struct crypto_skcipher *tfm) skcipher_exit_tfm_simple() argument
[all...]
H A Dtcrypt.c249 struct crypto_aead *tfm; in test_mb_aead_speed() local
524 struct crypto_aead *tfm; test_aead_speed() local
872 struct crypto_ahash *tfm; test_ahash_speed_common() local
1065 struct crypto_skcipher *tfm; test_mb_skcipher_speed() local
1302 struct crypto_skcipher *tfm; test_skcipher_speed() local
[all...]
H A Dvmac.c430 static int vmac_setkey(struct crypto_shash *tfm, in vmac_setkey() argument
597 static int vmac_init_tfm(struct crypto_tfm *tfm) in vmac_init_tfm() argument
612 static void vmac_exit_tfm(struct crypto_tfm *tfm) in vmac_exit_tfm() argument
[all...]
/kernel/linux/linux-6.6/net/sctp/
H A Dauth.c456 struct crypto_shash *tfm = NULL; in sctp_auth_init_hmacs() local
712 struct crypto_shash *tfm; in sctp_auth_calculate_hmac() local
/kernel/linux/linux-6.6/net/wireless/
H A Dlib80211_crypt_tkip.c624 struct crypto_shash *tfm = tkey->tx_tfm_michael; in lib80211_tkip_set_key() local
/kernel/linux/linux-6.6/drivers/scsi/
H A Discsi_tcp.c586 struct crypto_ahash *tfm; in iscsi_sw_tcp_conn_create() local
674 struct crypto_ahash *tfm; in iscsi_sw_tcp_conn_destroy() local
/kernel/linux/linux-6.6/net/rxrpc/
H A Drxkad.c235 struct crypto_skcipher *tfm = &call->conn->rxkad.cipher->base; in rxkad_get_call_crypto() local
1215 struct crypto_sync_skcipher *tfm; in rxkad_init() local
/kernel/linux/linux-5.10/crypto/
H A Dcryptd.c187 static inline struct cryptd_queue *cryptd_get_queue(struct crypto_tfm *tfm) in cryptd_get_queue() argument
242 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cryptd_skcipher_complete() local
260 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cryptd_skcipher_encrypt() local
288 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cryptd_skcipher_decrypt() local
315 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); cryptd_skcipher_enqueue() local
335 cryptd_skcipher_init_tfm(struct crypto_skcipher *tfm) cryptd_skcipher_init_tfm() argument
354 cryptd_skcipher_exit_tfm(struct crypto_skcipher *tfm) cryptd_skcipher_exit_tfm() argument
426 cryptd_hash_init_tfm(struct crypto_tfm *tfm) cryptd_hash_init_tfm() argument
445 cryptd_hash_exit_tfm(struct crypto_tfm *tfm) cryptd_hash_exit_tfm() argument
468 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); cryptd_hash_enqueue() local
480 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); cryptd_hash_complete() local
619 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); cryptd_hash_import() local
722 struct crypto_aead *tfm; cryptd_aead_crypt() local
771 struct crypto_aead *tfm = crypto_aead_reqtfm(req); cryptd_aead_enqueue() local
789 cryptd_aead_init_tfm(struct crypto_aead *tfm) cryptd_aead_init_tfm() argument
808 cryptd_aead_exit_tfm(struct crypto_aead *tfm) cryptd_aead_exit_tfm() argument
910 struct crypto_skcipher *tfm; cryptd_alloc_skcipher() local
932 cryptd_skcipher_child(struct cryptd_skcipher *tfm) cryptd_skcipher_child() argument
940 cryptd_skcipher_queued(struct cryptd_skcipher *tfm) cryptd_skcipher_queued() argument
948 cryptd_free_skcipher(struct cryptd_skcipher *tfm) cryptd_free_skcipher() argument
962 struct crypto_ahash *tfm; cryptd_alloc_ahash() local
982 cryptd_ahash_child(struct cryptd_ahash *tfm) cryptd_ahash_child() argument
997 cryptd_ahash_queued(struct cryptd_ahash *tfm) cryptd_ahash_queued() argument
1005 cryptd_free_ahash(struct cryptd_ahash *tfm) cryptd_free_ahash() argument
1019 struct crypto_aead *tfm; cryptd_alloc_aead() local
1039 cryptd_aead_child(struct cryptd_aead *tfm) cryptd_aead_child() argument
1047 cryptd_aead_queued(struct cryptd_aead *tfm) cryptd_aead_queued() argument
1055 cryptd_free_aead(struct cryptd_aead *tfm) cryptd_free_aead() argument
[all...]
H A Dgcm.c146 static int crypto_gcm_setauthsize(struct crypto_aead *tfm, in crypto_gcm_setauthsize() argument
521 static int crypto_gcm_init_tfm(struct crypto_aead *tfm) in crypto_gcm_init_tfm() argument
559 static void crypto_gcm_exit_tfm(struct crypto_aead *tfm) in crypto_gcm_exit_tfm() argument
789 static int crypto_rfc4106_init_tfm(struct crypto_aead *tfm) in crypto_rfc4106_init_tfm() argument
814 crypto_rfc4106_exit_tfm(struct crypto_aead *tfm) crypto_rfc4106_exit_tfm() argument
987 crypto_rfc4543_init_tfm(struct crypto_aead *tfm) crypto_rfc4543_init_tfm() argument
1025 crypto_rfc4543_exit_tfm(struct crypto_aead *tfm) crypto_rfc4543_exit_tfm() argument
[all...]
H A Dalgapi.c763 struct crypto_tfm *tfm; in crypto_spawn_tfm() local
788 struct crypto_tfm *tfm; in crypto_spawn_tfm2() local
[all...]
H A Ddrbg.c1631 static void drbg_kcapi_set_entropy(struct crypto_rng *tfm, in drbg_kcapi_set_entropy() argument
1654 struct crypto_shash *tfm; in drbg_init_hash_kernel() local
1711 struct crypto_cipher *tfm = drbg_fini_sym_kernel() local
1733 struct crypto_cipher *tfm; drbg_init_sym_kernel() local
1793 struct crypto_cipher *tfm = drbg_kcapi_symsetkey() local
1802 struct crypto_cipher *tfm = drbg_kcapi_sym() local
1899 drbg_kcapi_init(struct crypto_tfm *tfm) drbg_kcapi_init() argument
1908 drbg_kcapi_cleanup(struct crypto_tfm *tfm) drbg_kcapi_cleanup() argument
1922 drbg_kcapi_random(struct crypto_rng *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int dlen) drbg_kcapi_random() argument
1942 drbg_kcapi_seed(struct crypto_rng *tfm, const u8 *seed, unsigned int slen) drbg_kcapi_seed() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/mediatek/
H A Dmtk-sha.c70 __le32 tfm[2]; member
374 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); mtk_sha_init() local
799 mtk_sha_setkey(struct crypto_ahash *tfm, const u8 *key, u32 keylen) mtk_sha_setkey() argument
845 mtk_sha_cra_init_alg(struct crypto_tfm *tfm, const char *alg_base) mtk_sha_cra_init_alg() argument
874 mtk_sha_cra_init(struct crypto_tfm *tfm) mtk_sha_cra_init() argument
879 mtk_sha_cra_sha1_init(struct crypto_tfm *tfm) mtk_sha_cra_sha1_init() argument
884 mtk_sha_cra_sha224_init(struct crypto_tfm *tfm) mtk_sha_cra_sha224_init() argument
889 mtk_sha_cra_sha256_init(struct crypto_tfm *tfm) mtk_sha_cra_sha256_init() argument
894 mtk_sha_cra_sha384_init(struct crypto_tfm *tfm) mtk_sha_cra_sha384_init() argument
899 mtk_sha_cra_sha512_init(struct crypto_tfm *tfm) mtk_sha_cra_sha512_init() argument
904 mtk_sha_cra_exit(struct crypto_tfm *tfm) mtk_sha_cra_exit() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H A Domap-des.c377 static int omap_des_crypt_dma(struct crypto_tfm *tfm, in omap_des_crypt_dma() argument
460 struct crypto_tfm *tfm = crypto_skcipher_tfm( in omap_des_crypt_dma_start() local
718 static int omap_des_init_tfm(struct crypto_skcipher *tfm) in omap_des_init_tfm() argument
/kernel/linux/linux-5.10/drivers/crypto/amcc/
H A Dcrypto4xx_core.c976 static int crypto4xx_aead_init(struct crypto_aead *tfm) in crypto4xx_aead_init() argument
996 static void crypto4xx_aead_exit(struct crypto_aead *tfm) in crypto4xx_aead_exit() argument
1162 static int crypto4xx_prng_generate(struct crypto_rng *tfm, in crypto4xx_prng_generate() argument
1181 crypto4xx_prng_seed(struct crypto_rng *tfm, const u8 *seed, unsigned int slen) crypto4xx_prng_seed() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_hash.c287 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_update_complete() local
305 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_digest_complete() local
325 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_hash_complete() local
345 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_fin_result() local
368 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); cc_fin_hmac() local
421 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); cc_hash_digest() local
559 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); cc_hash_update() local
635 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); cc_do_finup() local
715 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); cc_hash_init() local
1110 cc_get_hash_len(struct crypto_tfm *tfm) cc_get_hash_len() argument
1120 cc_cra_init(struct crypto_tfm *tfm) cc_cra_init() argument
1141 cc_cra_exit(struct crypto_tfm *tfm) cc_cra_exit() argument
1153 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); cc_mac_update() local
1221 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); cc_mac_final() local
1342 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); cc_mac_finup() local
1423 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); cc_mac_digest() local
2077 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); cc_setup_xcbc() local
2134 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); cc_setup_cmac() local
[all...]
H A Dcc_aead.c64 static void cc_aead_exit(struct crypto_aead *tfm) in cc_aead_exit() argument
118 static unsigned int cc_get_aead_hash_len(struct crypto_aead *tfm) in cc_get_aead_hash_len() argument
125 static int cc_aead_init(struct crypto_aead *tfm) in cc_aead_init() argument
212 struct crypto_aead *tfm = crypto_aead_reqtfm(cc_req); cc_aead_complete() local
410 cc_get_plain_hmac_key(struct crypto_aead *tfm, const u8 *authkey, unsigned int keylen) cc_get_plain_hmac_key() argument
541 cc_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) cc_aead_setkey() argument
655 cc_rfc4309_ccm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) cc_rfc4309_ccm_setkey() argument
724 struct crypto_aead *tfm = crypto_aead_reqtfm(areq); cc_set_assoc_desc() local
768 struct crypto_aead *tfm = crypto_aead_reqtfm(areq); cc_proc_authen_desc() local
832 struct crypto_aead *tfm = crypto_aead_reqtfm(areq); cc_proc_cipher_desc() local
874 struct crypto_aead *tfm = crypto_aead_reqtfm(req); cc_proc_digest_desc() local
924 struct crypto_aead *tfm = crypto_aead_reqtfm(req); cc_set_cipher_desc() local
991 struct crypto_aead *tfm = crypto_aead_reqtfm(req); cc_set_hmac_desc() local
1024 struct crypto_aead *tfm = crypto_aead_reqtfm(req); cc_set_xcbc_desc() local
1100 struct crypto_aead *tfm = crypto_aead_reqtfm(req); cc_proc_scheme_desc() local
1162 struct crypto_aead *tfm = crypto_aead_reqtfm(req); cc_mlli_to_sram() local
1213 struct crypto_aead *tfm = crypto_aead_reqtfm(req); cc_hmac_authenc() local
1266 struct crypto_aead *tfm = crypto_aead_reqtfm(req); cc_xcbc_authenc() local
1412 struct crypto_aead *tfm = crypto_aead_reqtfm(req); cc_ccm() local
1533 struct crypto_aead *tfm = crypto_aead_reqtfm(req); config_ccm_adata() local
1592 struct crypto_aead *tfm = crypto_aead_reqtfm(req); cc_proc_rfc4309_ccm() local
1616 struct crypto_aead *tfm = crypto_aead_reqtfm(req); cc_set_ghash_desc() local
1694 struct crypto_aead *tfm = crypto_aead_reqtfm(req); cc_set_gctr_desc() local
1731 struct crypto_aead *tfm = crypto_aead_reqtfm(req); cc_proc_gcm_result() local
1831 struct crypto_aead *tfm = crypto_aead_reqtfm(req); config_gcm_context() local
1880 struct crypto_aead *tfm = crypto_aead_reqtfm(req); cc_proc_rfc4_gcm() local
1897 struct crypto_aead *tfm = crypto_aead_reqtfm(req); cc_proc_aead() local
2107 cc_rfc4106_gcm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) cc_rfc4106_gcm_setkey() argument
2124 cc_rfc4543_gcm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) cc_rfc4543_gcm_setkey() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/
H A Dcryp_core.c1053 static int cryp_init_tfm(struct crypto_skcipher *tfm) in cryp_init_tfm() argument
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-842-pseries.c956 static int nx842_pseries_crypto_init(struct crypto_tfm *tfm) in nx842_pseries_crypto_init() argument
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dqat_algs.c497 static int qat_alg_aead_init_sessions(struct crypto_aead *tfm, const u8 *key, in qat_alg_aead_init_sessions() argument
540 static int qat_alg_aead_rekey(struct crypto_aead *tfm, const u8 *key, in qat_alg_aead_rekey() argument
554 static int qat_alg_aead_newkey(struct crypto_aead *tfm, const u8 *key, in qat_alg_aead_newkey() argument
606 qat_alg_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) qat_alg_aead_setkey() argument
847 struct crypto_tfm *tfm = crypto_aead_tfm(aead_tfm); qat_alg_aead_dec() local
894 struct crypto_tfm *tfm = crypto_aead_tfm(aead_tfm); qat_alg_aead_enc() local
1002 qat_alg_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen, int mode) qat_alg_skcipher_setkey() argument
1014 qat_alg_skcipher_cbc_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) qat_alg_skcipher_cbc_setkey() argument
1021 qat_alg_skcipher_ctr_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) qat_alg_skcipher_ctr_setkey() argument
1028 qat_alg_skcipher_xts_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) qat_alg_skcipher_xts_setkey() argument
1057 struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm); qat_alg_skcipher_encrypt() local
1135 struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm); qat_alg_skcipher_decrypt() local
1210 qat_alg_aead_init(struct crypto_aead *tfm, enum icp_qat_hw_auth_algo hash, const char *hash_name) qat_alg_aead_init() argument
1224 qat_alg_aead_sha1_init(struct crypto_aead *tfm) qat_alg_aead_sha1_init() argument
1229 qat_alg_aead_sha256_init(struct crypto_aead *tfm) qat_alg_aead_sha256_init() argument
1234 qat_alg_aead_sha512_init(struct crypto_aead *tfm) qat_alg_aead_sha512_init() argument
1239 qat_alg_aead_exit(struct crypto_aead *tfm) qat_alg_aead_exit() argument
1264 qat_alg_skcipher_init_tfm(struct crypto_skcipher *tfm) qat_alg_skcipher_init_tfm() argument
1270 qat_alg_skcipher_init_xts_tfm(struct crypto_skcipher *tfm) qat_alg_skcipher_init_xts_tfm() argument
1288 qat_alg_skcipher_exit_tfm(struct crypto_skcipher *tfm) qat_alg_skcipher_exit_tfm() argument
1315 qat_alg_skcipher_exit_xts_tfm(struct crypto_skcipher *tfm) qat_alg_skcipher_exit_xts_tfm() argument
[all...]
H A Dqat_asym_algs.c207 static inline struct qat_dh_ctx *qat_dh_get_params(struct crypto_kpp *tfm) in qat_dh_get_params() argument
214 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in qat_dh_compute_value() local
443 static int qat_dh_set_secret(struct crypto_kpp *tfm, const void *buf, in qat_dh_set_secret() argument
477 static unsigned int qat_dh_max_size(struct crypto_kpp *tfm) in qat_dh_max_size() argument
484 static int qat_dh_init_tfm(struct crypto_kpp *tfm) in qat_dh_init_tfm() argument
499 qat_dh_exit_tfm(struct crypto_kpp *tfm) qat_dh_exit_tfm() argument
643 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); qat_rsa_enc() local
777 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); qat_rsa_dec() local
1156 qat_rsa_setkey(struct crypto_akcipher *tfm, const void *key, unsigned int keylen, bool private) qat_rsa_setkey() argument
1203 qat_rsa_setpubkey(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) qat_rsa_setpubkey() argument
1209 qat_rsa_setprivkey(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) qat_rsa_setprivkey() argument
1215 qat_rsa_max_size(struct crypto_akcipher *tfm) qat_rsa_max_size() argument
1222 qat_rsa_init_tfm(struct crypto_akcipher *tfm) qat_rsa_init_tfm() argument
1236 qat_rsa_exit_tfm(struct crypto_akcipher *tfm) qat_rsa_exit_tfm() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_glue.c282 aesni_rfc4106_gcm_ctx *aesni_rfc4106_gcm_ctx_get(struct crypto_aead *tfm) in aesni_rfc4106_gcm_ctx_get() argument
292 generic_gcmaes_ctx *generic_gcmaes_ctx_get(struct crypto_aead *tfm) in generic_gcmaes_ctx_get() argument
312 static int aes_set_key_common(struct crypto_tfm *tfm, void *raw_ctx, in aes_set_key_common() argument
333 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() argument
339 static void aesni_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aesni_encrypt() argument
352 aesni_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) aesni_decrypt() argument
365 aesni_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int len) aesni_skcipher_setkey() argument
374 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); ecb_encrypt() local
396 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); ecb_decrypt() local
418 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); cbc_encrypt() local
440 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); cbc_decrypt() local
495 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); ctr_crypt() local
519 xts_aesni_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) xts_aesni_setkey() argument
591 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); xts_encrypt() local
602 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); xts_decrypt() local
666 generic_gcmaes_set_authsize(struct crypto_aead *tfm, unsigned int authsize) generic_gcmaes_set_authsize() argument
689 struct crypto_aead *tfm = crypto_aead_reqtfm(req); gcmaes_crypt_by_sg() local
831 struct crypto_aead *tfm = crypto_aead_reqtfm(req); helper_rfc4106_encrypt() local
859 struct crypto_aead *tfm = crypto_aead_reqtfm(req); helper_rfc4106_decrypt() local
990 struct crypto_aead *tfm = crypto_aead_reqtfm(req); generic_gcmaes_encrypt() local
1007 struct crypto_aead *tfm = crypto_aead_reqtfm(req); generic_gcmaes_decrypt() local
[all...]
H A Dcurve25519-x86_64.c1404 static int curve25519_set_secret(struct crypto_kpp *tfm, const void *buf, in curve25519_set_secret() argument
1421 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in curve25519_generate_public_key() local
1443 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in curve25519_compute_shared_secret() local
1471 static unsigned int curve25519_max_size(struct crypto_kpp *tfm) in curve25519_max_size() argument
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Daes_s390.c71 static int setkey_fallback_cip(struct crypto_tfm *tfm, const u8 *in_key, in setkey_fallback_cip() argument
83 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() argument
104 static void crypto_aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_aes_encrypt() argument
115 static void crypto_aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_aes_decrypt() argument
127 fallback_init_cip(struct crypto_tfm *tfm) fallback_init_cip() argument
144 fallback_exit_cip(struct crypto_tfm *tfm) fallback_exit_cip() argument
174 setkey_fallback_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int len) setkey_fallback_skcipher() argument
200 ecb_aes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) ecb_aes_set_key() argument
223 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); ecb_aes_crypt() local
253 fallback_init_skcipher(struct crypto_skcipher *tfm) fallback_init_skcipher() argument
272 fallback_exit_skcipher(struct crypto_skcipher *tfm) fallback_exit_skcipher() argument
296 cbc_aes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) cbc_aes_set_key() argument
319 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); cbc_aes_crypt() local
377 xts_fallback_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int len) xts_fallback_setkey() argument
389 xts_aes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) xts_aes_set_key() argument
423 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); xts_aes_crypt() local
489 xts_fallback_init(struct crypto_skcipher *tfm) xts_fallback_init() argument
507 xts_fallback_exit(struct crypto_skcipher *tfm) xts_fallback_exit() argument
532 ctr_aes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) ctr_aes_set_key() argument
570 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); ctr_aes_crypt() local
634 gcm_aes_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) gcm_aes_setkey() argument
658 gcm_aes_setauthsize(struct crypto_aead *tfm, unsigned int authsize) gcm_aes_setauthsize() argument
831 struct crypto_aead *tfm = crypto_aead_reqtfm(req); gcm_aes_crypt() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaamalg_qi.c2489 static int caam_cra_init(struct crypto_skcipher *tfm) in caam_cra_init() argument
2522 static int caam_aead_init(struct crypto_aead *tfm) in caam_aead_init() argument
2543 static void caam_cra_exit(struct crypto_skcipher *tfm) in caam_cra_exit() argument
2552 caam_aead_exit(struct crypto_aead *tfm) caam_aead_exit() argument
[all...]

Completed in 35 milliseconds

1...<<21222324252627282930