Home
last modified time | relevance | path

Searched defs:keylen (Results 501 - 525 of 801) sorted by relevance

1...<<21222324252627282930>>...33

/kernel/linux/linux-5.10/crypto/
H A Dvmac.c429 vmac_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) vmac_setkey() argument
H A Dskcipher.c578 skcipher_setkey_unaligned(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) skcipher_setkey_unaligned() argument
599 crypto_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) crypto_skcipher_setkey() argument
879 skcipher_setkey_simple(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) skcipher_setkey_simple() argument
[all...]
H A Dshash.c23 shash_no_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) shash_no_setkey() argument
42 shash_setkey_unaligned(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) shash_setkey_unaligned() argument
69 crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) crypto_shash_setkey() argument
249 shash_async_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) shash_async_setkey() argument
[all...]
H A Daf_alg.c205 static int alg_setkey(struct sock *sk, sockptr_t ukey, unsigned int keylen) in alg_setkey() argument
H A Dccm.c86 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...]
/kernel/linux/linux-5.10/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-5.10/drivers/crypto/
H A Domap-aes.c576 omap_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) omap_aes_setkey() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c161 key, keylen); in crypto4xx_setkey_aes() local
121 crypto4xx_setkey_aes(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen, unsigned char cm, u8 fb) crypto4xx_setkey_aes() argument
177 crypto4xx_setkey_aes_cbc(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_cbc() argument
184 crypto4xx_setkey_aes_cfb(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_cfb() argument
191 crypto4xx_setkey_aes_ecb(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_ecb() argument
198 crypto4xx_setkey_aes_ofb(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_ofb() argument
205 crypto4xx_setkey_rfc3686(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_rfc3686() argument
287 crypto4xx_sk_setup_fallback(struct crypto4xx_ctx *ctx, struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_sk_setup_fallback() argument
299 crypto4xx_setkey_aes_ctr(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_ctr() argument
366 crypto4xx_aead_setup_fallback(struct crypto4xx_ctx *ctx, struct crypto_aead *cipher, const u8 *key, unsigned int keylen) crypto4xx_aead_setup_fallback() argument
381 crypto4xx_setkey_aes_ccm(struct crypto_aead *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_ccm() argument
419 crypto4xx_memcpy_to_le32(get_dynamic_sa_key_field(sa), key, keylen); crypto4xx_setkey_aes_ccm() local
496 crypto4xx_aes_gcm_validate_keylen(unsigned int keylen) crypto4xx_aes_gcm_validate_keylen() argument
508 crypto4xx_compute_gcm_hash_key_sw(__le32 *hash_start, const u8 *key, unsigned int keylen) crypto4xx_compute_gcm_hash_key_sw() argument
527 crypto4xx_setkey_aes_gcm(struct crypto_aead *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_gcm() argument
567 key, keylen); crypto4xx_setkey_aes_gcm() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss.h195 unsigned int keylen; member
212 u32 keylen; member
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss.h172 u32 keylen; member
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_cipher.c47 int keylen; member
298 cc_cipher_sethkey(struct crypto_skcipher *sktfm, const u8 *key, unsigned int keylen) cc_cipher_sethkey() argument
398 cc_cipher_setkey(struct crypto_skcipher *sktfm, const u8 *key, unsigned int keylen) cc_cipher_setkey() argument
[all...]
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Dpaes_s390.c54 unsigned int keylen; member
57 _key_to_kb(struct key_blob *kb, const u8 *key, unsigned int keylen) _key_to_kb() argument
483 unsigned int keylen, offset, nbytes, n, k; xts_paes_crypt() local
[all...]
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H A Dpkey.h216 __u32 keylen; /* in: the key blob length */ member
248 __u32 keylen; /* in: available key blob buffer size */ member
282 __u32 keylen; /* in: available key blob buffer size */ member
315 __u32 keylen; /* in: key blob size */ member
339 __u32 keylen; /* in: key blob size */ member
374 __u32 keylen; /* in: key blob size */ member
438 __u32 keylen; /* in: key blob size */ member
/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaampkc.c934 caam_rsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) caam_rsa_set_pub_key() argument
1036 caam_rsa_set_priv_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) caam_rsa_set_priv_key() argument
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Dpaes_s390.c55 unsigned int keylen; member
58 _key_to_kb(struct key_blob *kb, const u8 *key, unsigned int keylen) _key_to_kb() argument
498 unsigned int keylen, offset, nbytes, n, k; xts_paes_crypt() local
[all...]
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H A Dpkey.h221 __u32 keylen; /* in: the key blob length */ member
253 __u32 keylen; /* in: available key blob buffer size */ member
287 __u32 keylen; /* in: available key blob buffer size */ member
320 __u32 keylen; /* in: key blob size */ member
344 __u32 keylen; /* in: key blob size */ member
379 __u32 keylen; /* in: key blob size */ member
443 __u32 keylen; /* in: key blob size */ member
/kernel/linux/linux-5.10/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-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c171 int keylen = (x->aead->alg_key_len + 7) / 8; in ch_ipsec_setkey() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_main.c329 int i, keylen, len, idx; in hostap_set_encryption() local
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/
H A Dhw.c858 int keylen; in __orinoco_hw_setup_wepkeys() local
[all...]
/kernel/linux/linux-5.10/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-5.10/include/xen/interface/io/
H A Dnetif.h300 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-5.10/lib/
H A Dbtree.c50 int keylen; member
[all...]
/kernel/linux/linux-6.6/drivers/virt/coco/sev-guest/
H A Dsev-guest.c160 static struct snp_guest_crypto *init_crypto(struct snp_guest_dev *snp_dev, u8 *key, size_t keylen) in init_crypto() argument
/kernel/linux/linux-6.6/fs/fscache/
H A Dcookie.c1110 unsigned int keylen = 0, auxlen = 0; in fscache_cookies_seq_show() local

Completed in 50 milliseconds

1...<<21222324252627282930>>...33