/kernel/linux/linux-5.10/include/crypto/ |
H A D | acompress.h | 133 static inline struct acomp_alg *__crypto_acomp_alg(struct crypto_alg *alg) in __crypto_acomp_alg() argument 264 struct crypto_alg *alg = tfm->base.__crt_alg; in crypto_acomp_compress() local 286 struct crypto_alg *alg = tfm->base.__crt_alg; in crypto_acomp_decompress() local
|
H A D | kpp.h | 112 static inline struct kpp_alg *__crypto_kpp_alg(struct crypto_alg *alg) in __crypto_kpp_alg() argument 286 struct kpp_alg *alg = crypto_kpp_alg(tfm); in crypto_kpp_set_secret() local 312 struct kpp_alg *alg = crypto_kpp_alg(tfm); in crypto_kpp_generate_public_key() local 335 struct kpp_alg *alg = crypto_kpp_alg(tfm); in crypto_kpp_compute_shared_secret() local 357 struct kpp_alg *alg in crypto_kpp_maxsize() local [all...] |
/kernel/linux/linux-5.10/include/crypto/internal/ |
H A D | hash.h | 39 struct ahash_alg alg; member 50 struct shash_alg alg; member 80 static inline bool crypto_shash_alg_needs_key(struct shash_alg *alg) in crypto_shash_alg_needs_key() argument 137 __crypto_ahash_alg(struct crypto_alg *alg) __crypto_ahash_alg() argument [all...] |
H A D | skcipher.h | 26 struct skcipher_alg alg; member 164 crypto_skcipher_alg_min_keysize( struct skcipher_alg *alg) crypto_skcipher_alg_min_keysize() argument 170 crypto_skcipher_alg_max_keysize( struct skcipher_alg *alg) crypto_skcipher_alg_max_keysize() argument 176 crypto_skcipher_alg_walksize( struct skcipher_alg *alg) crypto_skcipher_alg_walksize() argument [all...] |
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | decompressor.c | 398 unsigned int algs, alg; in z_erofs_parse_cfgs() local
|
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | hash.h | 39 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() argument 86 static inline bool crypto_shash_alg_needs_key(struct shash_alg *alg) in crypto_shash_alg_needs_key() argument 146 __crypto_ahash_alg(struct crypto_alg *alg) __crypto_ahash_alg() argument [all...] |
H A D | skcipher.h | 35 struct skcipher_alg alg; member 194 crypto_skcipher_alg_min_keysize( struct skcipher_alg *alg) crypto_skcipher_alg_min_keysize() argument 200 crypto_skcipher_alg_max_keysize( struct skcipher_alg *alg) crypto_skcipher_alg_max_keysize() argument 206 crypto_skcipher_alg_walksize( struct skcipher_alg *alg) crypto_skcipher_alg_walksize() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | fsverity.h | 208 fsverity_get_digest(struct inode *inode, u8 raw_digest[FS_VERITY_MAX_DIGEST_SIZE], u8 *alg, enum hash_algo *halg) fsverity_get_digest() argument
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | aead.h | 231 static inline unsigned int crypto_aead_alg_ivsize(struct aead_alg *alg) in crypto_aead_alg_ivsize() argument 267 static inline unsigned int crypto_aead_alg_maxauthsize(struct aead_alg *alg) in crypto_aead_alg_maxauthsize() argument
|
H A D | akcipher.h | 167 static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg) in __crypto_akcipher_alg() argument 300 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_maxsize() local 315 static inline int crypto_akcipher_errstat(struct akcipher_alg *alg, int err) in crypto_akcipher_errstat() argument 339 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_encrypt() local 305 akcipher_get_stat( struct akcipher_alg *alg) akcipher_get_stat() argument 364 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); crypto_akcipher_decrypt() local 425 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); crypto_akcipher_sign() local 450 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); crypto_akcipher_verify() local 475 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); crypto_akcipher_set_pub_key() local 497 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); crypto_akcipher_set_priv_key() local [all...] |
H A D | acompress.h | 268 static inline int crypto_comp_errstat(struct comp_alg_common *alg, int err) in crypto_comp_errstat() argument 291 struct comp_alg_common *alg; in crypto_acomp_compress() local 135 __crypto_comp_alg_common( struct crypto_alg *alg) __crypto_comp_alg_common() argument 258 comp_get_stat( struct comp_alg_common *alg) comp_get_stat() argument 317 struct comp_alg_common *alg; crypto_acomp_decompress() local [all...] |
H A D | kpp.h | 138 static inline struct kpp_alg *__crypto_kpp_alg(struct crypto_alg *alg) in __crypto_kpp_alg() argument 294 static inline struct crypto_istat_kpp *kpp_get_stat(struct kpp_alg *alg) in kpp_get_stat() argument 303 static inline int crypto_kpp_errstat(struct kpp_alg *alg, int err) in crypto_kpp_errstat() argument 332 struct kpp_alg *alg = crypto_kpp_alg(tfm); in crypto_kpp_set_secret() local 356 struct kpp_alg *alg = crypto_kpp_alg(tfm); crypto_kpp_generate_public_key() local 377 struct kpp_alg *alg = crypto_kpp_alg(tfm); crypto_kpp_compute_shared_secret() local 397 struct kpp_alg *alg = crypto_kpp_alg(tfm); crypto_kpp_maxsize() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/ |
H A D | rtllib_wx.c | 476 const char *alg, *module; in rtllib_wx_set_encode_ext() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_wx.c | 498 const char *alg, *module; in ieee80211_wx_set_encode_ext() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss-cipher.c | 38 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_opti_poll() local 154 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_cipher_poll_fallback() local 186 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_cipher_poll() local [all...] |
H A D | sun4i-ss-hash.c | 21 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
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-cipher.c | 28 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 in sun8i_ce_cipher_init() local [all...] |
H A D | sun8i-ce-hash.c | 29 struct ahash_alg *alg = crypto_ahash_alg(tfm); in sun8i_ce_hash_init_tfm() local 123 struct ahash_alg *alg = crypto_ahash_alg(tfm); in sun8i_ce_hash_final() local 166 struct ahash_alg *alg = crypto_ahash_alg(tfm); in sun8i_ce_hash_finup() local 194 struct ahash_alg *alg in sun8i_ce_hash_digest_fb() local 209 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); sun8i_ce_hash_need_fallback() local 242 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); sun8i_ce_hash_digest() local 334 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); sun8i_ce_hash_run() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/amlogic/ |
H A D | amlogic-gxl.h | 145 } alg; member
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 115 struct ahash_alg *alg = crypto_ahash_alg(tfm); in sun8i_ss_hash_init_tfm() local 211 struct ahash_alg *alg = crypto_ahash_alg(tfm); in sun8i_ss_hash_final() local 255 struct ahash_alg *alg = crypto_ahash_alg(tfm); in sun8i_ss_hash_finup() local 284 struct ahash_alg *alg in sun8i_ss_hash_digest_fb() local 360 struct ahash_alg *alg = crypto_ahash_alg(tfm); sun8i_ss_hash_need_fallback() local 410 struct ahash_alg *alg = crypto_ahash_alg(tfm); sun8i_ss_hash_digest() local 496 struct ahash_alg *alg = crypto_ahash_alg(tfm); sun8i_ss_hash_run() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-ecc.c | 249 const char *alg = kpp_alg_name(tfm); in atmel_ecdh_init_tfm() local
|
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | ccp-crypto-aes-cmac.c | 260 struct ccp_crypto_ahash_alg *alg = in ccp_aes_cmac_setkey() local 352 struct ahash_alg *alg; in ccp_register_aes_cmac_algs() local [all...] |
H A D | ccp-crypto-aes.c | 41 struct ccp_crypto_skcipher_alg *alg = ccp_crypto_skcipher_alg(tfm); in ccp_aes_setkey() local 311 struct skcipher_alg *alg; in ccp_register_aes_alg() local [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | crypto_engine.c | 77 struct crypto_engine_alg *alg; in crypto_pump_requests() local 572 int crypto_engine_register_aead(struct aead_engine_alg *alg) in crypto_engine_register_aead() argument 583 void crypto_engine_unregister_aead(struct aead_engine_alg *alg) in crypto_engine_unregister_aead() argument 617 int crypto_engine_register_ahash(struct ahash_engine_alg *alg) in crypto_engine_register_ahash() argument 628 crypto_engine_unregister_ahash(struct ahash_engine_alg *alg) crypto_engine_unregister_ahash() argument 663 crypto_engine_register_akcipher(struct akcipher_engine_alg *alg) crypto_engine_register_akcipher() argument 674 crypto_engine_unregister_akcipher(struct akcipher_engine_alg *alg) crypto_engine_unregister_akcipher() argument 680 crypto_engine_register_kpp(struct kpp_engine_alg *alg) crypto_engine_register_kpp() argument 691 crypto_engine_unregister_kpp(struct kpp_engine_alg *alg) crypto_engine_unregister_kpp() argument 697 crypto_engine_register_skcipher(struct skcipher_engine_alg *alg) crypto_engine_register_skcipher() argument 708 crypto_engine_unregister_skcipher(struct skcipher_engine_alg *alg) crypto_engine_unregister_skcipher() argument [all...] |
H A D | crypto_user_base.c | 38 struct crypto_alg *q, *alg = NULL; in crypto_alg_match() local 72 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_cipher() argument 88 static int crypto_report_comp(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_comp() argument 99 static int crypto_report_one(struct crypto_alg *alg, in crypto_report_one() argument 154 crypto_report_alg(struct crypto_alg *alg, struct crypto_dump_info *info) crypto_report_alg() argument 189 struct crypto_alg *alg; crypto_report() local 229 struct crypto_alg *alg; crypto_dump_report() local 263 struct crypto_alg *alg; crypto_update_alg() local 299 struct crypto_alg *alg; crypto_del_alg() local 339 struct crypto_alg *alg; crypto_add_alg() local 439 struct crypto_alg *alg; crypto_user_rcv_msg() local [all...] |