Searched defs:keylen (Results 226 - 250 of 256) sorted by relevance

1234567891011

/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Daolib.h326 test_prepare_key(struct tcp_ao_add *ao, const char *alg, union tcp_addr taddr, bool set_current, bool set_rnext, uint8_t prefix, uint8_t vrf, uint8_t sndid, uint8_t rcvid, uint8_t maclen, uint8_t keyflags, uint8_t keylen, const char *key) argument
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c544 int ret = 0, keylen = params->key_len; local
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c874 u8 keylen, match, matchend; local
/linux-master/drivers/s390/crypto/
H A Dpkey_api.c292 static int pkey_ep11key2pkey(const u8 *key, size_t keylen, argument
521 u32 keylen; local
566 pkey_nonccatok2pkey(const u8 *key, u32 keylen, u8 *protkey, u32 *protkeylen, u32 *protkeytype) argument
645 pkey_ccainttok2pkey(const u8 *key, u32 keylen, u8 *protkey, u32 *protkeylen, u32 *protkeytype) argument
671 pkey_keyblob2pkey(const u8 *key, u32 keylen, u8 *protkey, u32 *protkeylen, u32 *protkeytype) argument
829 pkey_verifykey2(const u8 *key, size_t keylen, u16 *cardnr, u16 *domain, enum pkey_key_type *ktype, enum pkey_key_size *ksize, u32 *flags) argument
969 pkey_keyblob2pkey2(const struct pkey_apqn *apqns, size_t nr_apqns, const u8 *key, size_t keylen, u8 *protkey, u32 *protkeylen, u32 *protkeytype) argument
1047 pkey_apqns4key(const u8 *key, size_t keylen, u32 flags, struct pkey_apqn *apqns, size_t *nr_apqns) argument
1224 pkey_keyblob2pkey3(const struct pkey_apqn *apqns, size_t nr_apqns, const u8 *key, size_t keylen, u8 *protkey, u32 *protkeylen, u32 *protkeytype) argument
1331 _copy_key_from_user(void __user *ukey, size_t keylen) argument
[all...]
H A Dzcrypt_ccamisc.c1206 u16 keylen; member in struct:aurepparm::__anon1634::cpacfkeyblock
1371 u16 keylen; member in struct:aurepparm::__anon1638::cpacfkeyblock
1382 int keylen = ((struct eccprivkeytoken *)key)->len; local
[all...]
H A Dzcrypt_ep11misc.c219 ep11_check_aes_key_with_hdr(debug_info_t *dbg, int dbflvl, const u8 *key, size_t keylen, int checkcpacfexp) argument
286 ep11_check_ecc_key_with_hdr(debug_info_t *dbg, int dbflvl, const u8 *key, size_t keylen, int checkcpacfexp) argument
354 ep11_check_aes_key(debug_info_t *dbg, int dbflvl, const u8 *key, size_t keylen, int checkcpacfexp) argument
1433 size_t wkbuflen, keylen; local
[all...]
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c1916 u8 keylen; local
/linux-master/fs/unicode/
H A Dmkutf8data.c533 static int insert(struct tree *tree, char *key, int keylen, void *leaf) argument
1687 int keylen; local
/linux-master/include/uapi/linux/
H A Dtcp.h391 __u8 keylen; /* length of ::key */ member in struct:tcp_ao_add
456 __u8 keylen; /* out: length of ::key */ member in struct:tcp_ao_getsockopt
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c898 static inline int chcr_keyctx_ck_size(unsigned int keylen) argument
913 chcr_cipher_fallback_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
926 chcr_aes_cbc_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
957 chcr_aes_ctr_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
987 chcr_aes_rfc3686_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
1063 unsigned int keylen; local
2201 chcr_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
3428 chcr_ccm_common_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
3458 chcr_aead_ccm_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
3474 chcr_aead_rfc4309_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
3495 chcr_gcm_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
3553 chcr_authenc_setkey(struct crypto_aead *authenc, const u8 *key, unsigned int keylen) argument
3681 chcr_aead_digest_null_setkey(struct crypto_aead *authenc, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/crypto/
H A Datmel-sha.c1610 unsigned int keylen; member in struct:atmel_sha_hmac_key
1626 atmel_sha_hmac_key_set(struct atmel_sha_hmac_key *hkey, const u8 *key, unsigned int keylen) argument
1646 atmel_sha_hmac_key_get(const struct atmel_sha_hmac_key *hkey, const u8 **key, unsigned int *keylen) argument
1689 unsigned int keylen; local
1738 atmel_sha_hmac_prehash_key(struct atmel_sha_dev *dd, const u8 *key, unsigned int keylen) argument
1849 atmel_sha_hmac_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
2232 atmel_sha_authenc_setkey(struct atmel_sha_authenc_ctx *auth, const u8 *key, unsigned int keylen, u32 flags) argument
[all...]
H A Domap-sham.c1283 omap_sham_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
H A Dsa2ul.c885 sa_cipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen, struct algo_data *ad) argument
947 sa_aes_cbc_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
967 sa_aes_ecb_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
985 sa_3des_cbc_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
999 sa_3des_ecb_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
1800 sa_aead_setkey(struct crypto_aead *authenc, const u8 *key, unsigned int keylen, struct algo_data *ad) argument
1883 sa_aead_cbc_sha1_setkey(struct crypto_aead *authenc, const u8 *key, unsigned int keylen) argument
1896 sa_aead_cbc_sha256_setkey(struct crypto_aead *authenc, const u8 *key, unsigned int keylen) argument
[all...]
H A Datmel-aes.c94 int keylen; member in struct:atmel_aes_base_ctx
546 atmel_aes_write_ctrl_key(struct atmel_aes_dev *dd, bool use_dma, const __be32 *iv, const u32 *key, int keylen) argument
1107 atmel_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
1543 atmel_aes_gcm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
1677 atmel_aes_xts_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
1903 atmel_aes_authenc_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
[all...]
H A Dn2_core.c461 n2_hmac_async_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
727 n2_aes_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) argument
755 n2_des_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) argument
774 n2_3des_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) argument
[all...]
H A Ds5p-sss.c254 int keylen; member in struct:s5p_aes_ctx
1802 s5p_set_aes(struct s5p_aes_dev *dev, const u8 *key, const u8 *iv, const u8 *ctr, unsigned int keylen) argument
2038 s5p_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls.h260 u16 keylen; member in struct:chtls_hws
/linux-master/drivers/crypto/stm32/
H A Dstm32-cryp.c162 int keylen; member in struct:stm32_cryp_ctx
875 stm32_cryp_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
886 stm32_cryp_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
896 stm32_cryp_des_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
903 stm32_cryp_tdes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
910 stm32_cryp_aes_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/crypto/caam/
H A Dcaamalg_qi2.c289 aead_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
329 des3_aead_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
634 chachapoly_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
723 gcm_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
818 rfc4106_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
917 rfc4543_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
943 skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen, const u32 ctx1_iv_off) argument
986 aes_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) argument
998 rfc3686_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) argument
1019 ctr_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) argument
1039 chacha20_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) argument
1048 des_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) argument
1055 des3_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) argument
1062 xts_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) argument
3214 hash_digest_key(struct caam_hash_ctx *ctx, u32 *keylen, u8 *key, u32 digestsize) argument
3310 ahash_setkey(struct crypto_ahash *ahash, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c751 static int sec_skcipher_3des_setkey(struct crypto_skcipher *tfm, const u8 *key, const u32 keylen) argument
775 sec_skcipher_aes_sm4_setkey(struct sec_cipher_ctx *c_ctx, const u32 keylen, const enum sec_cmode c_mode) argument
820 sec_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, const u32 keylen, const enum sec_calg c_alg, const enum sec_cmode c_mode) argument
1127 sec_aead_fallback_setkey(struct sec_auth_ctx *a_ctx, struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
1137 sec_aead_setkey(struct crypto_aead *tfm, const u8 *key, const u32 keylen, const enum sec_hash_alg a_alg, const enum sec_calg c_alg, const enum sec_mac_len mac_len, const enum sec_cmode c_mode) argument
[all...]
/linux-master/net/ipv4/
H A Dtcp.c4419 u8 keylen = READ_ONCE(key->keylen); /* paired with WRITE_ONCE() in tcp_md5_do_add */ local
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dhost.h824 __le16 keylen; member in struct:MrvlIEtype_keyParamSet
/linux-master/drivers/crypto/axis/
H A Dartpec6_crypto.c1600 artpec6_crypto_cipher_set_key(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
1621 artpec6_crypto_xts_set_key(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
2229 artpec6_crypto_hash_set_key(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/block/
H A Dsed-opal.c281 static int update_sed_opal_key(const char *desc, u_char *key_data, int keylen) argument
1356 size_t keylen; local
1793 size_t keylen = session->opal_key.key_len; local
3304 int keylen = OPAL_KEY_MAX - 1; local
[all...]
/linux-master/drivers/net/wireless/st/cw1200/
H A Dwsm.h1012 u8 keylen; /* Key length in bytes */ member in struct:wsm_add_key::__anon1219::__anon1220
1017 u8 keylen; /* Key length in bytes */ member in struct:wsm_add_key::__anon1219::__anon1221

Completed in 356 milliseconds

1234567891011