| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | ibss_rsn.c | 139 supp_set_key(void *ctx, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) supp_set_key() argument 297 auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len) auth_set_key() argument 718 const struct wpa_eapol_key *key; ibss_rsn_eapol_dst_supp() local [all...] |
| H A D | mesh_rsn.c | 102 auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len) auth_set_key() argument
|
| /third_party/vk-gl-cts/framework/delibs/debase/ |
| H A D | deInt32.h | 595 deUint32 key = (deUint32)a; in deInt32Hash() local 607 deUint64 key = (deUint64)a; deInt64Hash() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | crypto_libtomcrypt.c | 38 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() argument 86 void * aes_encrypt_init(const u8 *key, size_t len) in aes_encrypt_init() argument 115 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() argument 154 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument 294 u8 key[16]; global() member 301 crypto_cipher_init(enum crypto_cipher_alg alg, const u8 *iv, const u8 *key, size_t key_len) crypto_cipher_init() argument 420 crypto_public_key_import(const u8 *key, size_t len) crypto_public_key_import() argument 450 crypto_private_key_import(const u8 *key, size_t len, const char *passwd) crypto_private_key_import() argument 553 crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_rsa_encrypt_pkcs1() argument 579 crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_public_key_encrypt_pkcs1_v15() argument 588 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_private_key_sign_pkcs1() argument 597 crypto_public_key_free(struct crypto_public_key *key) crypto_public_key_free() argument 606 crypto_private_key_free(struct crypto_private_key *key) crypto_private_key_free() argument 615 crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, const u8 *crypt, size_t crypt_len, u8 *plain, size_t *plain_len) crypto_public_key_decrypt_pkcs1() argument [all...] |
| H A D | crypto_linux.c | 57 static int linux_af_alg_hash_vector(const char *alg, const u8 *key, in linux_af_alg_hash_vector() argument 171 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector() argument 179 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5() argument 186 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector() argument 194 int hmac_sha1(const u8 *key, size_ argument 201 hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha256_vector() argument 209 hmac_sha256(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha256() argument 216 hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha384_vector() argument 224 hmac_sha384(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha384() argument 239 crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, size_t key_len) crypto_hash_init() argument 415 linux_af_alg_skcipher(const char *alg, const u8 *key, size_t key_len) linux_af_alg_skcipher() argument 497 aes_encrypt_init(const u8 *key, size_t len) aes_encrypt_init() argument 517 aes_decrypt_init(const u8 *key, size_t len) aes_decrypt_init() argument 537 rc4_skip(const u8 *key, size_t keylen, size_t skip, u8 *data, size_t data_len) rc4_skip() argument 607 des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) des_encrypt() argument 675 aes_128_cbc_oper(const u8 *key, int enc, const u8 *iv, u8 *data, size_t data_len) aes_128_cbc_oper() argument 745 aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) aes_128_cbc_encrypt() argument 751 aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) aes_128_cbc_decrypt() argument 757 omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) omac1_aes_vector() argument 765 omac1_aes_128_vector(const u8 *key, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) omac1_aes_128_vector() argument 772 omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) omac1_aes_128() argument 778 omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) omac1_aes_256() argument 858 crypto_cipher_init(enum crypto_cipher_alg alg, const u8 *iv, const u8 *key, size_t key_len) crypto_cipher_init() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_privsep.c | 219 const u8 *key = params->key; in wpa_driver_privsep_set_key() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
| H A D | eap_eke_common.c | 183 static int eap_eke_prf(u8 prf, const u8 *key, size_t key_len, const u8 *data, in eap_eke_prf() argument 208 static int eap_eke_prf_hmac_sha1(const u8 *key, size_t key_len, const u8 *data, in eap_eke_prf_hmac_sha1() argument 249 static int eap_eke_prf_hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in eap_eke_prf_hmac_sha256() argument 290 static int eap_eke_prfplus(u8 prf, const u8 *key, size_ argument 303 eap_eke_derive_key(struct eap_eke_session *sess, const u8 *password, size_t password_len, const u8 *id_s, size_t id_s_len, const u8 *id_p, size_t id_p_len, u8 *key) eap_eke_derive_key() argument 342 eap_eke_dhcomp(struct eap_eke_session *sess, const u8 *key, const u8 *dhpub, u8 *ret_dhcomp) eap_eke_dhcomp() argument 377 eap_eke_shared_secret(struct eap_eke_session *sess, const u8 *key, const u8 *dhpriv, const u8 *peer_dhcomp) eap_eke_shared_secret() argument 572 eap_eke_mac(u8 mac, const u8 *key, const u8 *data, size_t data_len, u8 *res) eap_eke_mac() argument [all...] |
| H A D | ikev2_common.c | 56 int ikev2_integ_hash(int alg, const u8 *key, size_t key_len, const u8 *data, in ikev2_integ_hash() argument 97 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, in ikev2_prf_hash() argument 113 int ikev2_prf_plus(int alg, const u8 *key, size_t key_len, in ikev2_prf_plus() argument 175 int ikev2_encr_encrypt(int alg, const u8 *key, size_ argument 210 ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, const u8 *crypt, u8 *plain, size_t len) ikev2_encr_decrypt() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| H A D | eap_mschapv2.c | 845 u8 *key; in eap_mschapv2_getKey() local [all...] |
| H A D | eap_pwd.c | 206 u8 *key; in eap_pwd_getkey() local 1120 u8 *key; in eap_pwd_get_emsk() local [all...] |
| H A D | eap_sim.c | 1243 u8 *key; in eap_sim_getKey() local 1293 u8 *key; in eap_sim_get_emsk() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| H A D | eap_server_aka.c | 1282 u8 *key; in eap_aka_getKey() local 1298 u8 *key; in eap_aka_get_emsk() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
| H A D | tlsv1_cred.c | 266 static struct crypto_private_key * tlsv1_set_key_pem(const u8 *key, size_t len) in tlsv1_set_key_pem() argument 305 static struct crypto_private_key * tlsv1_set_key_enc_pem(const u8 *key, in tlsv1_set_key_enc_pem() argument 427 struct crypto_private_key *key; pkcs12_pkcs8_keybag() local 884 pkcs12_parse(struct tlsv1_credentials *cred, const u8 *key, size_t len, const char *passwd) pkcs12_parse() argument 1006 tlsv1_set_key(struct tlsv1_credentials *cred, const u8 *key, size_t len, const char *passwd) tlsv1_set_key() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
| H A D | wps_common.c | 24 void wps_kdf(const u8 *key, const u8 *label_prefix, size_t label_prefix_len, in wps_kdf() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | ibss_rsn.c | 145 supp_set_key(void *ctx, int link_id, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len, enum key_flag key_flag) supp_set_key() argument 323 auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len, enum key_flag key_flag) auth_set_key() argument 745 const struct wpa_eapol_key *key; ibss_rsn_eapol_dst_supp() local [all...] |
| H A D | mesh_rsn.c | 102 auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len, enum key_flag key_flag) auth_set_key() argument
|
| /third_party/vulkan-loader/loader/ |
| H A D | cJSON.c | 1039 VkResult loader_parse_json_string_to_existing_str(const struct loader_instance *inst, cJSON *object, const char *key, in loader_parse_json_string_to_existing_str() argument 1060 VkResult loader_parse_json_string(cJSON *object, const char *key, char **out_string) { in loader_parse_json_string() argument 1075 VkResult loader_parse_json_array_of_strings(const struct loader_instance *inst, cJSON *object, const char *key, in loader_parse_json_array_of_strings() argument
|
| H A D | settings.c | 109 bool parse_json_enable_disable_option(const struct loader_instance* inst, cJSON* object, const char* key) { in parse_json_enable_disable_option() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
| H A D | sae.c | 126 static void sae_pwd_seed_key(const u8 *addr1, const u8 *addr2, u8 *key) in sae_pwd_seed_key() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | flashsv2enc.c | 609 compare_sl(FlashSV2Context * s, Block * b, const uint8_t * src, uint8_t * frame, uint8_t * key, int y, int keyframe) compare_sl() argument
|
| /third_party/curl/tests/server/ |
| H A D | socksd.c | 195 char key[32]; in getconfig() local [all...] |
| /third_party/elfutils/src/ |
| H A D | elfclassify.c | 653 classify_check_positive (int key) in classify_check_positive() argument 660 classify_check_negative (int key) in classify_check_negative() argument 673 parse_opt (int key, char *arg __attribute__ ((unused)), in parse_opt() argument [all...] |
| H A D | elfcmp.c | 684 parse_opt (int key, char *arg, in parse_opt() argument
|
| /third_party/eudev/src/udev/ |
| H A D | udevd.c | 738 char *key; in handle_ctrl_msg() local 990 parse_proc_cmdline_item(const char *key, const char *value) parse_proc_cmdline_item() argument [all...] |
| /third_party/f2fs-tools/fsck/ |
| H A D | dict.c | 55 #define key dict_key macro 438 dnode_t *dict_lookup(dict_t *dict, const void *key) in dict_lookup() argument 476 dict_lower_bound(dict_t *dict, const void *key) dict_lower_bound() argument 507 dict_upper_bound(dict_t *dict, const void *key) dict_upper_bound() argument 542 dict_insert(dict_t *dict, dnode_t *node, const void *key) dict_insert() argument 813 dict_alloc_insert(dict_t *dict, const void *key, void *data) dict_alloc_insert() argument 1036 dict_load_next(dict_load_t *load, dnode_t *newnode, const void *key) dict_load_next() argument 1271 const char *key; construct() local 1337 const char *key; main() local [all...] |