Home
last modified time | relevance | path

Searched defs:alg (Results 301 - 325 of 830) sorted by relevance

1...<<11121314151617181920>>...34

/kernel/linux/linux-5.10/drivers/crypto/qce/
H A Dcommon.h88 } alg; member
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Ddes_s390.c403 static int des_s390_register_alg(struct crypto_alg *alg) in des_s390_register_alg() argument
413 static int des_s390_register_skcipher(struct skcipher_alg *alg) in des_s390_register_skcipher() argument
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c511 const char *alg, *module; in libipw_wx_set_encodeext() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Drtllib_wx.c519 const char *alg, *module; in rtllib_wx_set_encode_ext() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_wx.c498 const char *alg, *module; in ieee80211_wx_set_encode_ext() local
[all...]
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c161 int alg; in get_key() local
/kernel/linux/linux-5.10/fs/erofs/
H A Ddecompressor.c237 const struct z_erofs_decompressor *alg = decompressors + rq->alg; in z_erofs_decompress_generic() local
/kernel/linux/linux-5.10/include/crypto/
H A Daead.h202 static inline unsigned int crypto_aead_alg_ivsize(struct aead_alg *alg) in crypto_aead_alg_ivsize() argument
238 static inline unsigned int crypto_aead_alg_maxauthsize(struct aead_alg *alg) in crypto_aead_alg_maxauthsize() argument
H A Dakcipher.h139 static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg) in __crypto_akcipher_alg() argument
272 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_maxsize() local
290 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_encrypt() local
314 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_decrypt() local
338 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_sign() local
365 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); crypto_akcipher_verify() local
392 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); crypto_akcipher_set_pub_key() local
414 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); crypto_akcipher_set_priv_key() local
[all...]
H A Dacompress.h133 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 Dkpp.h112 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 Dhash.h39 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 Dskcipher.h26 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 Ddecompressor.c398 unsigned int algs, alg; in z_erofs_parse_cfgs() local
/kernel/linux/linux-6.6/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() 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 Dskcipher.h35 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 Dfsverity.h208 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 Daead.h231 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 Dakcipher.h167 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 Dacompress.h268 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 Dkpp.h138 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 Drtllib_wx.c476 const char *alg, *module; in rtllib_wx_set_encode_ext() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_wx.c498 const char *alg, *module; in ieee80211_wx_set_encode_ext() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c38 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...]
/kernel/linux/linux-6.6/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 in sun8i_ce_cipher_init() local
[all...]

Completed in 23 milliseconds

1...<<11121314151617181920>>...34