Home
last modified time | relevance | path

Searched refs:key_signature (Results 1 – 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Deapol_common.h78 u8 key_signature[IEEE8021X_KEY_SIGN_LEN]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Deapol_common.h78 u8 key_signature[IEEE8021X_KEY_SIGN_LEN]; member
/third_party/libsoup/libsoup/
Dsoup-xmlrpc.c718 char **key_signature, in parse_dict_entry_signature() argument
729 *key_signature = signature_get_next_complete_type (&tmp_sig); in parse_dict_entry_signature()
739 char *key_signature; in parse_dictionary() local
752 &key_signature, in parse_dictionary()
758 if (!g_str_equal (key_signature, "s")) { in parse_dictionary()
760 "Dictionary key must be string but got '%s'", key_signature); in parse_dictionary()
818 g_free (key_signature); in parse_dictionary()
/third_party/alsa-lib/test/
Dmidifile.h107 #define key_signature 0x59 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
Deapol_supp_sm.c775 os_memcpy(orig_key_sign, key->key_signature, IEEE8021X_KEY_SIGN_LEN); in eapol_sm_processKey()
776 os_memset(key->key_signature, 0, IEEE8021X_KEY_SIGN_LEN); in eapol_sm_processKey()
779 key->key_signature); in eapol_sm_processKey()
780 if (os_memcmp_const(orig_key_sign, key->key_signature, in eapol_sm_processKey()
784 os_memcpy(key->key_signature, orig_key_sign, in eapol_sm_processKey()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
Deapol_supp_sm.c760 os_memcpy(orig_key_sign, key->key_signature, IEEE8021X_KEY_SIGN_LEN); in eapol_sm_processKey()
761 os_memset(key->key_signature, 0, IEEE8021X_KEY_SIGN_LEN); in eapol_sm_processKey()
764 key->key_signature); in eapol_sm_processKey()
765 if (os_memcmp_const(orig_key_sign, key->key_signature, in eapol_sm_processKey()
769 os_memcpy(key->key_signature, orig_key_sign, in eapol_sm_processKey()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_1x.c230 key->key_signature); in ieee802_1x_tx_key_one()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_1x.c230 key->key_signature); in ieee802_1x_tx_key_one()