Home
last modified time | relevance | path

Searched defs:keylen (Results 176 - 200 of 481) sorted by relevance

12345678910>>...20

/kernel/linux/linux-6.6/arch/mips/crypto/
H A Dcrc32-mips.c181 chksum_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) global() argument
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c187 p10_aes_gcm_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) p10_aes_gcm_setkey() argument
/kernel/linux/linux-6.6/arch/sparc/crypto/
H A Ddes_glue.c45 des_set_key(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) des_set_key() argument
65 des_set_key_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) des_set_key_skcipher() argument
181 des3_ede_set_key(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) des3_ede_set_key() argument
214 des3_ede_set_key_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) des3_ede_set_key_skcipher() argument
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daegis128-aesni-glue.c142 crypto_aegis128_aesni_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) crypto_aegis128_aesni_setkey() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/
H A Dmac.c474 carl9170_upload_key(struct ar9170 *ar, const u8 id, const u8 *mac, const u8 ktype, const u8 keyidx, const u8 *keydata, const int keylen) carl9170_upload_key() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_hw.c250 chtls_key_info(struct chtls_sock *csk, struct _key_ctx *kctx, u32 keylen, u32 optname, int cipher_type) chtls_key_info() argument
357 chtls_setkey(struct chtls_sock *csk, u32 keylen, u32 optname, int cipher_type) chtls_setkey() argument
[all...]
/kernel/linux/linux-5.10/net/wireless/
H A Dlib80211_crypt_ccmp.c153 lib80211_ccmp_hdr(struct sk_buff *skb, int hdr_len, u8 *aeskey, int keylen, void *priv) lib80211_ccmp_hdr() argument
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c486 int keylen; in gss_import_v2_context() local
/kernel/linux/linux-5.10/security/integrity/evm/
H A Devm_crypto.c50 int evm_set_key(void *key, size_t keylen) in evm_set_key() argument
/kernel/linux/linux-5.10/fs/befs/
H A Dbtree.c335 u16 keylen; in befs_find_key() local
421 u16 keylen; in befs_btree_read() local
675 befs_bt_get_key(struct super_block *sb, struct befs_btree_node *node, int index, u16 * keylen) befs_bt_get_key() argument
[all...]
/kernel/linux/linux-5.10/fs/fscache/
H A Dobject-list.c250 uint16_t keylen = 0, auxlen = 0; in fscache_objlist_show() local
/kernel/linux/linux-5.10/include/crypto/
H A Dakcipher.h388 crypto_akcipher_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) crypto_akcipher_set_pub_key() argument
410 crypto_akcipher_set_priv_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) crypto_akcipher_set_priv_key() argument
/kernel/linux/linux-6.6/fs/befs/
H A Dbtree.c335 u16 keylen; in befs_find_key() local
421 u16 keylen; in befs_btree_read() local
675 befs_bt_get_key(struct super_block *sb, struct befs_btree_node *node, int index, u16 * keylen) befs_bt_get_key() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Devm.h78 static inline int evm_set_key(void *key, size_t keylen) in evm_set_key() argument
/kernel/linux/linux-6.6/include/crypto/
H A Dakcipher.h471 crypto_akcipher_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) crypto_akcipher_set_pub_key() argument
493 crypto_akcipher_set_priv_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) crypto_akcipher_set_priv_key() argument
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c577 sun4i_ss_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sun4i_ss_aes_setkey() argument
607 sun4i_ss_des_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sun4i_ss_des_setkey() argument
627 sun4i_ss_des3_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sun4i_ss_des3_setkey() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c461 sun8i_ce_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sun8i_ce_aes_setkey() argument
490 sun8i_ce_des3_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sun8i_ce_des3_setkey() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/amlogic/
H A Damlogic-gxl.h73 unsigned int keylen; member
125 u32 keylen; member
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c33 nitrox_aes_gcm_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) nitrox_aes_gcm_setkey() argument
359 nitrox_rfc4106_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) nitrox_rfc4106_setkey() argument
H A Dnitrox_skcipher.c165 nitrox_skcipher_setkey(struct crypto_skcipher *cipher, int aes_keylen, const u8 *key, unsigned int keylen) nitrox_skcipher_setkey() argument
197 nitrox_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) nitrox_aes_setkey() argument
320 nitrox_3des_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) nitrox_3des_setkey() argument
337 nitrox_aes_xts_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) nitrox_aes_xts_setkey() argument
361 nitrox_aes_ctr_rfc3686_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) nitrox_aes_ctr_rfc3686_setkey() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c29 sun8i_ss_hashkey(struct sun8i_ss_hash_tfm_ctx *tfmctx, const u8 *key, unsigned int keylen) sun8i_ss_hashkey() argument
64 sun8i_ss_hmac_setkey(struct crypto_ahash *ahash, const u8 *key, unsigned int keylen) sun8i_ss_hmac_setkey() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c261 static int cvm_validate_keylen(struct cvm_enc_ctx *ctx, u32 keylen) in cvm_validate_keylen() argument
232 cvm_xts_setkey(struct crypto_skcipher *cipher, const u8 *key, u32 keylen) cvm_xts_setkey() argument
288 cvm_setkey(struct crypto_skcipher *cipher, const u8 *key, u32 keylen, u8 cipher_type) cvm_setkey() argument
302 cvm_cbc_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, u32 keylen) cvm_cbc_aes_setkey() argument
308 cvm_ecb_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, u32 keylen) cvm_ecb_aes_setkey() argument
314 cvm_cfb_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, u32 keylen) cvm_cfb_aes_setkey() argument
320 cvm_cbc_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, u32 keylen) cvm_cbc_des3_setkey() argument
327 cvm_ecb_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, u32 keylen) cvm_ecb_des3_setkey() argument
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dpcrypt.c42 pcrypt_aead_setkey(struct crypto_aead *parent, const u8 *key, unsigned int keylen) pcrypt_aead_setkey() argument
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-crypto-rsa.c126 ccp_rsa_setkey(struct crypto_akcipher *tfm, const void *key, unsigned int keylen, bool private) ccp_rsa_setkey() argument
181 ccp_rsa_setprivkey(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) ccp_rsa_setprivkey() argument
187 ccp_rsa_setpubkey(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) ccp_rsa_setpubkey() argument
/kernel/linux/linux-6.6/drivers/crypto/
H A Domap-aes-gcm.c312 omap_aes_gcm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) omap_aes_gcm_setkey() argument
328 omap_aes_4106gcm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) omap_aes_4106gcm_setkey() argument
[all...]

Completed in 18 milliseconds

12345678910>>...20