Home
last modified time | relevance | path

Searched defs:alg (Results 26 – 50 of 289) sorted by relevance

12345678910>>...12

/openbmc/qemu/crypto/
H A Dhash-glib.c37 gboolean qcrypto_hash_supports(QCryptoHashAlgorithm alg) in qcrypto_hash_supports()
48 qcrypto_glib_hash_bytesv(QCryptoHashAlgorithm alg, in qcrypto_glib_hash_bytesv()
H A Dhash-gcrypt.c38 gboolean qcrypto_hash_supports(QCryptoHashAlgorithm alg) in qcrypto_hash_supports()
49 qcrypto_gcrypt_hash_bytesv(QCryptoHashAlgorithm alg, in qcrypto_gcrypt_hash_bytesv()
H A Dhash-gnutls.c38 gboolean qcrypto_hash_supports(QCryptoHashAlgorithm alg) in qcrypto_hash_supports()
57 qcrypto_gnutls_hash_bytesv(QCryptoHashAlgorithm alg, in qcrypto_gnutls_hash_bytesv()
H A Dhmac-glib.c35 bool qcrypto_hmac_supports(QCryptoHashAlgorithm alg) in qcrypto_hmac_supports()
45 void *qcrypto_hmac_ctx_new(QCryptoHashAlgorithm alg, in qcrypto_hmac_ctx_new()
H A Dhmac-gcrypt.c36 bool qcrypto_hmac_supports(QCryptoHashAlgorithm alg) in qcrypto_hmac_supports()
46 void *qcrypto_hmac_ctx_new(QCryptoHashAlgorithm alg, in qcrypto_hmac_ctx_new()
H A Dhmac-gnutls.c38 bool qcrypto_hmac_supports(QCryptoHashAlgorithm alg) in qcrypto_hmac_supports()
55 void *qcrypto_hmac_ctx_new(QCryptoHashAlgorithm alg, in qcrypto_hmac_ctx_new()
H A Dhash-nettle.c97 gboolean qcrypto_hash_supports(QCryptoHashAlgorithm alg) in qcrypto_hash_supports()
108 qcrypto_nettle_hash_bytesv(QCryptoHashAlgorithm alg, in qcrypto_nettle_hash_bytesv()
/openbmc/linux/crypto/
H A Dsimd.c43 struct skcipher_alg alg; member
116 struct skcipher_alg *alg; in simd_skcipher_init() local
146 struct skcipher_alg *alg; in simd_skcipher_create_compat() local
283 struct aead_alg alg; member
364 struct aead_alg *alg; in simd_aead_init() local
393 struct aead_alg *alg; in simd_aead_create_compat() local
H A Dscompress.c41 struct sk_buff *skb, struct crypto_alg *alg) in crypto_scomp_report()
56 static void crypto_scomp_show(struct seq_file *m, struct crypto_alg *alg) in crypto_scomp_show()
261 int crypto_register_scomp(struct scomp_alg *alg) in crypto_register_scomp()
274 void crypto_unregister_scomp(struct scomp_alg *alg) in crypto_unregister_scomp()
H A Dsig.c33 struct crypto_alg *alg) in crypto_sig_show()
39 struct crypto_alg *alg) in crypto_sig_report()
49 struct crypto_alg *alg) in crypto_sig_report_stat()
/openbmc/linux/include/crypto/internal/
H A Dhash.h39 struct ahash_alg alg; member
50 struct shash_alg alg; member
81 static inline bool crypto_shash_alg_has_setkey(struct shash_alg *alg) in crypto_shash_alg_has_setkey()
86 static inline bool crypto_shash_alg_needs_key(struct shash_alg *alg) in crypto_shash_alg_needs_key()
146 static inline struct ahash_alg *__crypto_ahash_alg(struct crypto_alg *alg) in __crypto_ahash_alg()
H A Dskcipher.h35 struct skcipher_alg alg; member
195 struct skcipher_alg *alg) in crypto_skcipher_alg_min_keysize()
201 struct skcipher_alg *alg) in crypto_skcipher_alg_max_keysize()
207 struct skcipher_alg *alg) in crypto_skcipher_alg_walksize()
/openbmc/linux/drivers/crypto/nx/
H A Dnx.c515 static int nx_register_skcipher(struct skcipher_alg *alg, u32 fc, u32 mode) in nx_register_skcipher()
521 static int nx_register_aead(struct aead_alg *alg, u32 fc, u32 mode) in nx_register_aead()
527 static int nx_register_shash(struct shash_alg *alg, u32 fc, u32 mode, int slot) in nx_register_shash()
535 static void nx_unregister_skcipher(struct skcipher_alg *alg, u32 fc, u32 mode) in nx_unregister_skcipher()
541 static void nx_unregister_aead(struct aead_alg *alg, u32 fc, u32 mode) in nx_unregister_aead()
547 static void nx_unregister_shash(struct shash_alg *alg, u32 fc, u32 mode, in nx_unregister_shash()
/openbmc/linux/net/wireless/
H A Dlib80211.c167 struct lib80211_crypto_alg *alg; in lib80211_register_crypto_ops() local
188 struct lib80211_crypto_alg *alg; in lib80211_unregister_crypto_ops() local
211 struct lib80211_crypto_alg *alg; in lib80211_get_crypto_ops() local
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c26 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ss_need_fallback() local
97 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ss_cipher_fallback() local
189 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ss_cipher() local
393 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ss_cipher_init() local
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-prng.c8 struct rng_alg *alg = crypto_rng_alg(tfm); in sun4i_ss_prng_seed() local
20 struct rng_alg *alg = crypto_rng_alg(tfm); in sun4i_ss_prng_generate() local
H A Dsun4i-ss-hash.c21 struct ahash_alg *alg = __crypto_ahash_alg(tfm->__crt_alg); in sun4i_hash_crainit() local
51 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); in sun4i_hash_init() local
194 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); in sun4i_hash() local
/openbmc/linux/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c128 enum sec_cipher_alg alg) in sec_alg_skcipher_init_template()
145 enum sec_cipher_alg alg) in sec_alg_skcipher_init_context()
229 enum sec_cipher_alg alg) in sec_alg_skcipher_setkey()
256 enum sec_cipher_alg alg; in sec_alg_skcipher_setkey_aes_ecb() local
278 enum sec_cipher_alg alg; in sec_alg_skcipher_setkey_aes_cbc() local
300 enum sec_cipher_alg alg; in sec_alg_skcipher_setkey_aes_ctr() local
322 enum sec_cipher_alg alg; in sec_alg_skcipher_setkey_aes_xts() local
/openbmc/linux/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c108 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sl3516_ce_cipher_fallback() local
133 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sl3516_ce_cipher() local
320 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sl3516_ce_cipher_init() local
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c28 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ce_cipher_need_fallback() local
97 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ce_cipher_fallback() local
127 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ce_cipher_prepare() local
419 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ce_cipher_init() local
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-crypto-sha.c187 struct ccp_crypto_ahash_alg *alg = in ccp_sha_init() local
334 struct ccp_crypto_ahash_alg *alg = ccp_crypto_ahash_alg(tfm); in ccp_hmac_sha_cra_init() local
416 struct ahash_alg *alg; in ccp_register_hmac_alg() local
460 struct ahash_alg *alg; in ccp_register_sha_alg() local
/openbmc/linux/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c65 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in meson_cipher_do_fallback() local
90 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in meson_cipher() local
316 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in meson_cipher_init() local
/openbmc/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c26 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_need_fallback() local
73 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_fallback() local
313 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_run() local
438 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_tfm_init() local
/openbmc/linux/arch/s390/crypto/
H A Dcrc32-vx.c185 #define CRC32_VX_FINUP(alg, func) \ argument
197 #define CRC32_VX_DIGEST(alg, func) \ argument
209 #define CRC32_VX_UPDATE(alg, func) \ argument
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c28 #define QAT_AES_HW_CONFIG_ENC(alg, mode) \ argument
33 #define QAT_AES_HW_CONFIG_DEC(alg, mode) \ argument
38 #define QAT_AES_HW_CONFIG_DEC_NO_CONV(alg, mode) \ argument
237 int alg, in qat_alg_aead_init_enc_session()
318 int alg, in qat_alg_aead_init_dec_session()
452 int alg, const u8 *key, in qat_alg_skcipher_init_enc()
487 int alg, const u8 *key, in qat_alg_skcipher_init_dec()
515 static int qat_alg_validate_key(int key_len, int *alg, int mode) in qat_alg_validate_key()
550 int alg; in qat_alg_aead_init_sessions() local
579 int alg; in qat_alg_skcipher_init_sessions() local

12345678910>>...12