Home
last modified time | relevance | path

Searched defs:keylen (Results 301 - 325 of 481) sorted by relevance

1...<<11121314151617181920

/kernel/linux/linux-6.6/include/xen/interface/io/
H A Dnetif.h283 xen_netif_toeplitz_hash(const uint8_t *key, unsigned int keylen, const uint8_t *buf, unsigned int buflen) xen_netif_toeplitz_hash() argument
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H A Dcc_cipher.c47 int keylen; member
301 cc_cipher_sethkey(struct crypto_skcipher *sktfm, const u8 *key, unsigned int keylen) cc_cipher_sethkey() argument
401 cc_cipher_setkey(struct crypto_skcipher *sktfm, const u8 *key, unsigned int keylen) cc_cipher_setkey() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/starfive/
H A Djh7110-aes.c698 starfive_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) starfive_aes_setkey() argument
717 starfive_aes_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) starfive_aes_aead_setkey() argument
[all...]
H A Djh7110-hash.c441 starfive_hash_long_setkey(struct starfive_cryp_ctx *ctx, const u8 *key, unsigned int keylen, const char *alg_name) starfive_hash_long_setkey() argument
487 starfive_hash_setkey(struct crypto_ahash *hash, const u8 *key, unsigned int keylen) starfive_hash_setkey() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c142 sec_alg_skcipher_init_context(struct crypto_skcipher *atfm, const u8 *key, unsigned int keylen, enum sec_cipher_alg alg) sec_alg_skcipher_init_context() argument
227 sec_alg_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen, enum sec_cipher_alg alg) sec_alg_skcipher_setkey() argument
253 sec_alg_skcipher_setkey_aes_ecb(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sec_alg_skcipher_setkey_aes_ecb() argument
275 sec_alg_skcipher_setkey_aes_cbc(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sec_alg_skcipher_setkey_aes_cbc() argument
297 sec_alg_skcipher_setkey_aes_ctr(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sec_alg_skcipher_setkey_aes_ctr() argument
319 sec_alg_skcipher_setkey_aes_xts(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sec_alg_skcipher_setkey_aes_xts() argument
343 sec_alg_skcipher_setkey_des_ecb(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sec_alg_skcipher_setkey_des_ecb() argument
350 sec_alg_skcipher_setkey_des_cbc(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sec_alg_skcipher_setkey_des_cbc() argument
357 sec_alg_skcipher_setkey_3des_ecb(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sec_alg_skcipher_setkey_3des_ecb() argument
365 sec_alg_skcipher_setkey_3des_cbc(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sec_alg_skcipher_setkey_3des_cbc() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/
H A Domap-aes.c570 omap_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) omap_aes_setkey() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c170 int keylen = (x->aead->alg_key_len + 7) / 8; in ch_ipsec_setkey() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dnoise.c305 static void hmac(u8 *out, const u8 *in, const u8 *key, const size_t inlen, const size_t keylen) in hmac() argument
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_main.c329 int i, keylen, len, idx; in hostap_set_encryption() local
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/
H A Dhw.c858 int keylen; in __orinoco_hw_setup_wepkeys() local
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dshash.c34 shash_no_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) shash_no_setkey() argument
41 shash_setkey_unaligned(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) shash_setkey_unaligned() argument
68 crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) crypto_shash_setkey() argument
281 shash_async_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) shash_async_setkey() argument
[all...]
H A Dccm.c87 crypto_ccm_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) crypto_ccm_setkey() argument
568 crypto_rfc4309_setkey(struct crypto_aead *parent, const u8 *key, unsigned int keylen) crypto_rfc4309_setkey() argument
777 crypto_cbcmac_digest_setkey(struct crypto_shash *parent, const u8 *inkey, unsigned int keylen) crypto_cbcmac_digest_setkey() argument
[all...]
H A Dahash.c130 ahash_setkey_unaligned(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) ahash_setkey_unaligned() argument
150 ahash_nosetkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) ahash_nosetkey() argument
165 crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) crypto_ahash_setkey() argument
H A Dskcipher.c591 skcipher_setkey_unaligned(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) skcipher_setkey_unaligned() argument
612 crypto_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) crypto_skcipher_setkey() argument
925 skcipher_setkey_simple(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) skcipher_setkey_simple() argument
[all...]
H A Dvmac.c430 vmac_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) vmac_setkey() argument
/kernel/linux/linux-6.6/net/wireless/
H A Dlib80211_crypt_tkip.c283 lib80211_tkip_hdr(struct sk_buff *skb, int hdr_len, u8 * rc4key, int keylen, void *priv) lib80211_tkip_hdr() argument
/kernel/linux/linux-6.6/lib/
H A Dbtree.c50 int keylen; member
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dcryptd.c227 cryptd_skcipher_setkey(struct crypto_skcipher *parent, const u8 *key, unsigned int keylen) cryptd_skcipher_setkey() argument
452 cryptd_hash_setkey(struct crypto_ahash *parent, const u8 *key, unsigned int keylen) cryptd_hash_setkey() argument
696 cryptd_aead_setkey(struct crypto_aead *parent, const u8 *key, unsigned int keylen) cryptd_aead_setkey() argument
/kernel/linux/linux-5.10/drivers/crypto/mediatek/
H A Dmtk-sha.c799 mtk_sha_setkey(struct crypto_ahash *tfm, const u8 *key, u32 keylen) mtk_sha_setkey() argument
/kernel/linux/linux-5.10/drivers/crypto/
H A Domap-des.c89 int keylen; member
657 omap_des_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) omap_des_setkey() argument
675 omap_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) omap_des3_setkey() argument
[all...]
H A Domap-aes.h97 int keylen; member
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_hash.c77 u32 keylen; member
726 cc_hash_setkey(struct crypto_ahash *ahash, const u8 *key, unsigned int keylen) cc_hash_setkey() argument
921 cc_xcbc_setkey(struct crypto_ahash *ahash, const u8 *key, unsigned int keylen) cc_xcbc_setkey() argument
1007 cc_cmac_setkey(struct crypto_ahash *ahash, const u8 *key, unsigned int keylen) cc_cmac_setkey() argument
[all...]
H A Dcc_aead.c410 cc_get_plain_hmac_key(struct crypto_aead *tfm, const u8 *authkey, unsigned int keylen) cc_get_plain_hmac_key() argument
541 cc_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) cc_aead_setkey() argument
638 cc_des3_aead_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) cc_des3_aead_setkey() argument
655 cc_rfc4309_ccm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) cc_rfc4309_ccm_setkey() argument
2107 cc_rfc4106_gcm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) cc_rfc4106_gcm_setkey() argument
2124 cc_rfc4543_gcm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) cc_rfc4543_gcm_setkey() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce.h275 u32 keylen; member
/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/
H A Dcryp_core.c80 u32 keylen; member
942 aes_skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) aes_skcipher_setkey() argument
975 des_skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) des_skcipher_setkey() argument
994 des3_skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) des3_skcipher_setkey() argument
[all...]

Completed in 29 milliseconds

1...<<11121314151617181920