/third_party/openssl/engines/ |
H A D | e_devcrypto.c | 118 int keylen; member
|
/third_party/openssl/test/ |
H A D | evp_pkey_provided_test.c | 1706 do_construct_hkdf_params(char *digest, char *key, size_t keylen, char *salt) do_construct_hkdf_params() argument
|
H A D | evp_kdf_test.c | 193 construct_hkdf_params(char *digest, char *key, size_t keylen, char *salt, char *info) construct_hkdf_params() argument 1070 construct_kbkdf_params(char *digest, char *mac, unsigned char *key, size_t keylen, char *salt, char *info) construct_kbkdf_params() argument
|
/third_party/python/Modules/_sqlite/ |
H A D | cursor.c | 190 _pysqlite_get_converter(pysqlite_state *state, const char *keystr, Py_ssize_t keylen) _pysqlite_get_converter() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius.c | 1112 size_t keylen; in radius_msg_get_ms_keys() local 1161 size_t keylen; in radius_msg_get_cisco_keys() local 1555 radius_msg_get_tunnel_password(struct radius_msg *msg, int *keylen, const u8 *secret, size_t secret_len, struct radius_msg *sent_msg, size_t n) radius_msg_get_tunnel_password() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_glue.c | 429 size_t keylen; in hostapd_wpa_auth_get_msk() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius.c | 1112 size_t keylen; in radius_msg_get_ms_keys() local 1161 size_t keylen; in radius_msg_get_cisco_keys() local 1555 radius_msg_get_tunnel_password(struct radius_msg *msg, int *keylen, const u8 *secret, size_t secret_len, struct radius_msg *sent_msg, size_t n) radius_msg_get_tunnel_password() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa.c | 1071 int keylen, rsclen; local 1176 wpa_supplicant_check_group_cipher(struct wpa_sm *sm, int group_cipher, int keylen, int maxkeylen, int *key_rsc_len, enum wpa_alg *alg) global() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_glue.c | 333 size_t keylen; in hostapd_wpa_auth_get_msk() local
|
/kernel/linux/linux-5.10/drivers/crypto/mediatek/ |
H A D | mtk-aes.c | 108 u32 keylen; member 619 mtk_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, u32 keylen) mtk_aes_setkey() argument 976 mtk_aes_gcm_setkey(struct crypto_aead *aead, const u8 *key, u32 keylen) mtk_aes_gcm_setkey() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | talitos.c | 856 unsigned int keylen; member 888 aead_setkey(struct crypto_aead *authenc, const u8 *key, unsigned int keylen) aead_setkey() argument 921 aead_des3_setkey(struct crypto_aead *authenc, const u8 *key, unsigned int keylen) aead_des3_setkey() argument 1490 skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) skcipher_setkey() argument 1507 skcipher_des_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) skcipher_des_setkey() argument 1514 skcipher_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) skcipher_des3_setkey() argument 1521 skcipher_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) skcipher_aes_setkey() argument 2185 keyhash(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen, u8 *hash) keyhash() argument 2216 ahash_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) ahash_setkey() argument [all...] |
H A D | ixp4xx_crypto.c | 1149 aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) aead_setkey() argument 1176 des3_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) des3_aead_setkey() argument
|
H A D | picoxcell_crypto.c | 458 spacc_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) spacc_aead_setkey() argument
|
H A D | sahara.c | 144 int keylen; member 627 sahara_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sahara_aes_setkey() argument [all...] |
H A D | sa2ul.h | 307 int keylen; member
|
/kernel/linux/linux-5.10/drivers/crypto/stm32/ |
H A D | stm32-cryp.c | 117 int keylen; member 706 stm32_cryp_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) stm32_cryp_setkey() argument 717 stm32_cryp_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) stm32_cryp_aes_setkey() argument 727 stm32_cryp_des_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) stm32_cryp_des_setkey() argument 734 stm32_cryp_tdes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) stm32_cryp_tdes_setkey() argument 741 stm32_cryp_aes_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) stm32_cryp_aes_aead_setkey() argument [all...] |
H A D | stm32-hash.c | 120 int keylen; member 229 int keylen = ctx->keylen; in stm32_hash_write_key() local 1021 stm32_hash_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) stm32_hash_setkey() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_req.h | 530 static inline int flexi_aes_keylen(int keylen) in flexi_aes_keylen() argument
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamalg.c | 559 chachapoly_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) chachapoly_setkey() argument 576 aead_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) aead_setkey() argument 640 des3_aead_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) des3_aead_setkey() argument 657 gcm_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) gcm_setkey() argument 678 rfc4106_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) rfc4106_setkey() argument 704 rfc4543_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) rfc4543_setkey() argument 730 skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen, const u32 ctx1_iv_off) skcipher_setkey() argument 766 aes_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) aes_skcipher_setkey() argument 778 rfc3686_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) rfc3686_skcipher_setkey() argument 799 ctr_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) ctr_skcipher_setkey() argument 819 des_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) des_skcipher_setkey() argument 826 des3_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) des3_skcipher_setkey() argument 833 xts_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) xts_skcipher_setkey() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | cipher.c | 1766 des_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) des_setkey() argument 1780 threedes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) threedes_setkey() argument 1794 aes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) aes_setkey() argument 1821 skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) skcipher_setkey() argument 2254 ahash_setkey(struct crypto_ahash *ahash, const u8 *key, unsigned int keylen) ahash_setkey() argument 2318 ahash_hmac_setkey(struct crypto_ahash *ahash, const u8 *key, unsigned int keylen) ahash_hmac_setkey() argument 2758 aead_authenc_setkey(struct crypto_aead *cipher, const u8 *key, unsigned int keylen) aead_authenc_setkey() argument 2853 aead_gcm_ccm_setkey(struct crypto_aead *cipher, const u8 *key, unsigned int keylen) aead_gcm_ccm_setkey() argument 2935 aead_gcm_esp_setkey(struct crypto_aead *cipher, const u8 *key, unsigned int keylen) aead_gcm_esp_setkey() argument 2967 rfc4543_gcm_esp_setkey(struct crypto_aead *cipher, const u8 *key, unsigned int keylen) rfc4543_gcm_esp_setkey() argument 3000 aead_ccm_esp_setkey(struct crypto_aead *cipher, const u8 *key, unsigned int keylen) aead_ccm_esp_setkey() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/ |
H A D | sec_crypto.c | 572 sec_skcipher_3des_setkey(struct sec_cipher_ctx *c_ctx, const u32 keylen, const enum sec_cmode c_mode) sec_skcipher_3des_setkey() argument 590 sec_skcipher_aes_sm4_setkey(struct sec_cipher_ctx *c_ctx, const u32 keylen, const enum sec_cmode c_mode) sec_skcipher_aes_sm4_setkey() argument 626 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) sec_skcipher_setkey() argument 881 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) sec_aead_setkey() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 1059 safexcel_hmac_init_pad(struct ahash_request *areq, unsigned int blocksize, const u8 *key, unsigned int keylen, u8 *ipad, u8 *opad) safexcel_hmac_init_pad() argument 1140 __safexcel_hmac_setkey(const char *alg, const u8 *key, unsigned int keylen, void *istate, void *ostate) __safexcel_hmac_setkey() argument 1191 safexcel_hmac_setkey(struct safexcel_context *base, const u8 *key, unsigned int keylen, const char *alg, unsigned int state_sz) safexcel_hmac_setkey() argument 1214 safexcel_hmac_alg_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen, const char *alg, unsigned int state_sz) safexcel_hmac_alg_setkey() argument 1223 safexcel_hmac_sha1_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) safexcel_hmac_sha1_setkey() argument 1376 safexcel_hmac_sha224_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) safexcel_hmac_sha224_setkey() argument 1448 safexcel_hmac_sha256_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) safexcel_hmac_sha256_setkey() argument 1634 safexcel_hmac_sha512_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) safexcel_hmac_sha512_setkey() argument 1706 safexcel_hmac_sha384_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) safexcel_hmac_sha384_setkey() argument 1859 safexcel_hmac_md5_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) safexcel_hmac_md5_setkey() argument 1940 safexcel_crc32_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) safexcel_crc32_setkey() argument 2328 safexcel_hmac_sm3_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) safexcel_hmac_sm3_setkey() argument 2801 safexcel_hmac_sha3_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) safexcel_hmac_sha3_setkey() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | nettest.c | 212 int keylen = strlen(args->password); in tcp_md5sig() local
|
/kernel/linux/linux-5.10/drivers/misc/altera-stapl/ |
H A D | altera.c | 2115 altera_get_note(u8 *p, s32 program_size, s32 *offset, char *key, char *value, int keylen, int vallen) altera_get_note() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
H A D | smd.c | 1991 wcn36xx_smd_set_stakey(struct wcn36xx *wcn, enum ani_ed_type enc_type, u8 keyidx, u8 keylen, u8 *key, u8 sta_index) wcn36xx_smd_set_stakey() argument 2040 wcn36xx_smd_set_bsskey(struct wcn36xx *wcn, enum ani_ed_type enc_type, u8 bssidx, u8 keyidx, u8 keylen, u8 *key) wcn36xx_smd_set_bsskey() argument
|