Home
last modified time | relevance | path

Searched defs:key (Results 2551 - 2575 of 3486) sorted by relevance

1...<<101102103104105106107108109110>>...140

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dibss_rsn.c139 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 Dmesh_rsn.c102 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 DdeInt32.h595 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 Dcrypto_libtomcrypt.c38 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 Dcrypto_linux.c57 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 Ddriver_privsep.c219 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 Deap_eke_common.c183 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 Dikev2_common.c56 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 Deap_mschapv2.c845 u8 *key; in eap_mschapv2_getKey() local
[all...]
H A Deap_pwd.c206 u8 *key; in eap_pwd_getkey() local
1120 u8 *key; in eap_pwd_get_emsk() local
[all...]
H A Deap_sim.c1243 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 Deap_server_aka.c1282 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 Dtlsv1_cred.c266 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 Dwps_common.c24 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 Dibss_rsn.c145 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 Dmesh_rsn.c102 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 DcJSON.c1039 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 Dsettings.c109 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 Dsae.c126 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 Dflashsv2enc.c609 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 Dsocksd.c195 char key[32]; in getconfig() local
[all...]
/third_party/elfutils/src/
H A Delfclassify.c653 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 Delfcmp.c684 parse_opt (int key, char *arg, in parse_opt() argument
/third_party/eudev/src/udev/
H A Dudevd.c738 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 Ddict.c55 #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...]

Completed in 36 milliseconds

1...<<101102103104105106107108109110>>...140