Home
last modified time | relevance | path

Searched defs:tfm (Results 76 - 100 of 743) sorted by relevance

12345678910>>...30

/kernel/linux/linux-5.10/net/mac80211/
H A Daes_gmac.c17 int ieee80211_aes_gmac(struct crypto_aead *tfm, const u8 *aad, u8 *nonce, in ieee80211_aes_gmac() argument
72 struct crypto_aead *tfm; in ieee80211_aes_gmac_key_setup() local
89 ieee80211_aes_gmac_key_free(struct crypto_aead *tfm) ieee80211_aes_gmac_key_free() argument
[all...]
H A Daes_cmac.c24 void ieee80211_aes_cmac(struct crypto_shash *tfm, const u8 *aad, in ieee80211_aes_cmac() argument
48 void ieee80211_aes_cmac_256(struct crypto_shash *tfm, const u8 *aad, in ieee80211_aes_cmac_256() argument
73 struct crypto_shash *tfm; in ieee80211_aes_cmac_key_setup() local
82 ieee80211_aes_cmac_key_free(struct crypto_shash *tfm) ieee80211_aes_cmac_key_free() argument
[all...]
/kernel/linux/linux-5.10/net/mac802154/
H A Dllsec.h23 struct crypto_aead *tfm[3]; member
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dacompress.h61 static inline void *acomp_tfm_ctx(struct crypto_acomp *tfm) in acomp_tfm_ctx() argument
72 static inline struct acomp_req *__acomp_request_alloc(struct crypto_acomp *tfm) in __acomp_request_alloc() argument
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-prng.c19 int sun8i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun8i_ss_prng_seed() argument
40 int sun8i_ss_prng_init(struct crypto_tfm *tfm) in sun8i_ss_prng_init() argument
48 void sun8i_ss_prng_exit(struct crypto_tfm *tfm) in sun8i_ss_prng_exit() argument
57 int sun8i_ss_prng_generate(struct crypto_rng *tfm, const u8 *src, in sun8i_ss_prng_generate() argument
/kernel/linux/linux-6.6/crypto/
H A Dofb.c20 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_ofb_crypt() local
H A Dblowfish_generic.c37 static void bf_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in bf_encrypt() argument
69 static void bf_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in bf_decrypt() argument
H A Decb.c46 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_ecb_encrypt() local
55 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_ecb_decrypt() local
H A Dtwofish_generic.c95 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_encrypt() argument
130 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_decrypt() argument
/kernel/linux/linux-6.6/drivers/crypto/vmx/
H A Daes.c28 static int p8_aes_init(struct crypto_tfm *tfm) in p8_aes_init() argument
51 static void p8_aes_exit(struct crypto_tfm *tfm) in p8_aes_exit() argument
61 static int p8_aes_setkey(struct crypto_tfm *tfm, const u8 *key, in p8_aes_setkey() argument
81 static void p8_aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in p8_aes_encrypt() argument
98 p8_aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) p8_aes_decrypt() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c30 static int camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, in camellia_setkey() argument
H A Dserpent_sse2_glue.c27 static int serpent_setkey_skcipher(struct crypto_skcipher *tfm, in serpent_setkey_skcipher() argument
H A Dserpent_avx_glue.c35 static int serpent_setkey_skcipher(struct crypto_skcipher *tfm, in serpent_setkey_skcipher() argument
H A Dtwofish_avx_glue.c30 static int twofish_setkey_skcipher(struct crypto_skcipher *tfm, in twofish_setkey_skcipher() argument
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dx509_public_key.c28 struct crypto_shash *tfm; in x509_get_sig_params() local
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Decdh_helper.c44 int compute_ecdh_secret(struct crypto_kpp *tfm, const u8 public_key[64], in compute_ecdh_secret() argument
101 int set_ecdh_privkey(struct crypto_kpp *tfm, const u8 private_key[32]) in set_ecdh_privkey() argument
145 generate_ecdh_public_key(struct crypto_kpp *tfm, u8 public_key[64]) generate_ecdh_public_key() argument
194 generate_ecdh_keys(struct crypto_kpp *tfm, u8 public_key[64]) generate_ecdh_keys() argument
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Daes_gmac.c17 int ieee80211_aes_gmac(struct crypto_aead *tfm, const u8 *aad, u8 *nonce, in ieee80211_aes_gmac() argument
72 struct crypto_aead *tfm; in ieee80211_aes_gmac_key_setup() local
89 ieee80211_aes_gmac_key_free(struct crypto_aead *tfm) ieee80211_aes_gmac_key_free() argument
[all...]
H A Daes_cmac.c25 void ieee80211_aes_cmac(struct crypto_shash *tfm, const u8 *aad, in ieee80211_aes_cmac() argument
49 void ieee80211_aes_cmac_256(struct crypto_shash *tfm, const u8 *aad, in ieee80211_aes_cmac_256() argument
74 struct crypto_shash *tfm; in ieee80211_aes_cmac_key_setup() local
89 ieee80211_aes_cmac_key_free(struct crypto_shash *tfm) ieee80211_aes_cmac_key_free() argument
[all...]
/kernel/linux/linux-6.6/net/mac802154/
H A Dllsec.h23 struct crypto_aead *tfm[3]; member
/kernel/linux/linux-5.10/crypto/
H A Dblowfish_common.c344 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in blowfish_setkey() argument
H A Dcrc32c_generic.c72 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key, in chksum_setkey() argument
122 static int crc32c_cra_init(struct crypto_tfm *tfm) in crc32c_cra_init() argument
H A Dcrc32_generic.c44 static int crc32_cra_init(struct crypto_tfm *tfm) in crc32_cra_init() argument
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-sha256.c20 static int nx_crypto_ctx_sha256_init(struct crypto_tfm *tfm) in nx_crypto_ctx_sha256_init() argument
/kernel/linux/linux-5.10/drivers/crypto/qce/
H A Dsha.h60 static inline struct qce_alg_template *to_ahash_tmpl(struct crypto_tfm *tfm) in to_ahash_tmpl() argument
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dpkcs7_verify.c26 struct crypto_shash *tfm; in pkcs7_digest() local
[all...]

Completed in 8 milliseconds

12345678910>>...30