Home
last modified time | relevance | path

Searched defs:cipher (Results 426 - 450 of 545) sorted by relevance

1...<<11121314151617181920>>...22

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c431 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() argument
446 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap() argument
639 const EVP_CIPHER *cipher; in crypto_cipher_init() local
[all...]
H A Dcrypto_wolfssl.c412 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() argument
425 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap() argument
H A Dtls_wolfssl.c1871 WOLFSSL_CIPHER *cipher; in tls_get_cipher() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_atheros.c507 u_int8_t cipher; in atheros_set_key() local
[all...]
H A Ddriver_wext.c2034 int wpa_driver_wext_cipher2wext(int cipher) in wpa_driver_wext_cipher2wext() argument
H A Dwpa_hal.c725 static uint32_t WifiCipherToCipherSuite(uint32_t cipher) in WifiCipherToCipherSuite() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dtdls.c108 int cipher; /* Selected cipher (WPA_CIPHER_*) */ member
1791 int cipher; in wpa_tdls_process_tpk_m1() local
2187 int cipher; wpa_tdls_process_tpk_m2() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_common.h218 tls_cipher cipher; member
228 tls_cipher cipher; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpas_glue.c240 int cipher = (keylen == 5) ? WPA_CIPHER_WEP40 : in wpa_eapol_set_wep_key() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dsta_info.h87 int cipher; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.c384 wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label, const u8 *addr1, const u8 *addr2, const u8 *nonce1, const u8 *nonce2, struct wpa_ptk *ptk, int akmp, int cipher, const u8 *z, size_t z_len, size_t kdk_len) wpa_pmk_to_ptk() argument
657 fils_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const u8 *spa, const u8 *aa, const u8 *snonce, const u8 *anonce, const u8 *dhss, size_t dhss_len, struct wpa_ptk *ptk, u8 *ick, size_t *ick_len, int akmp, int cipher, u8 *fils_ft, size_t *fils_ft_len, size_t kdk_len) fils_pmk_to_ptk() argument
1252 pasn_use_sha384(int akmp, int cipher) pasn_use_sha384() argument
1275 pasn_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const u8 *spa, const u8 *bssid, const u8 *dhss, size_t dhss_len, struct wpa_ptk *ptk, int akmp, int cipher, size_t kdk_len) pasn_pmk_to_ptk() argument
1377 pasn_mic_len(int akmp, int cipher) pasn_mic_len() argument
1406 pasn_mic(const u8 *kck, int akmp, int cipher, const u8 *addr1, const u8 *addr2, const u8 *data, size_t data_len, const u8 *frame, size_t frame_len, u8 *mic) pasn_mic() argument
1482 pasn_auth_frame_hash(int akmp, int cipher, const u8 *data, size_t len, u8 *hash) pasn_auth_frame_hash() argument
1583 wpa_cipher_valid_group(int cipher) wpa_cipher_valid_group() argument
1590 wpa_cipher_valid_mgmt_group(int cipher) wpa_cipher_valid_mgmt_group() argument
2106 wpa_pmk_r1_to_ptk(const u8 *pmk_r1, size_t pmk_r1_len, const u8 *snonce, const u8 *anonce, const u8 *sta_addr, const u8 *bssid, const u8 *pmk_r1_name, struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher, size_t kdk_len) wpa_pmk_r1_to_ptk() argument
2363 wpa_cipher_txt(int cipher) wpa_cipher_txt() argument
2659 wpa_cipher_key_len(int cipher) wpa_cipher_key_len() argument
2680 wpa_cipher_rsc_len(int cipher) wpa_cipher_rsc_len() argument
2695 wpa_cipher_to_alg(int cipher) wpa_cipher_to_alg() argument
2721 wpa_cipher_valid_pairwise(int cipher) wpa_cipher_valid_pairwise() argument
2744 wpa_cipher_to_suite(int proto, int cipher) wpa_cipher_to_suite() argument
3632 wpa_pasn_add_rsne(struct wpabuf *buf, const u8 *pmkid, int akmp, int cipher) wpa_pasn_add_rsne() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_wolfssl.c412 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() argument
425 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap() argument
H A Dtls_wolfssl.c1878 WOLFSSL_CIPHER *cipher; in tls_get_cipher() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_atheros.c499 u_int8_t cipher; in atheros_set_key() local
[all...]
H A Ddriver_wext.c2029 int wpa_driver_wext_cipher2wext(int cipher) in wpa_driver_wext_cipher2wext() argument
H A Dwpa_hal.c728 static uint32_t WifiCipherToCipherSuite(uint32_t cipher) in WifiCipherToCipherSuite() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_teap.c1935 char cipher[80]; in eap_teap_process() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_teap.c503 char cipher[64]; in eap_teap_phase1_done() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa_i.h488 wpa_sm_store_ptk(struct wpa_sm *sm, u8 *addr, int cipher, u32 life_time, struct wpa_ptk *ptk) wpa_sm_store_ptk() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_common.h218 tls_cipher cipher; member
228 tls_cipher cipher; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpas_glue.c250 int cipher = (keylen == 5) ? WPA_CIPHER_WEP40 : in wpa_eapol_set_wep_key() local
1384 static void wpa_supplicant_store_ptk(void *ctx, u8 *addr, int cipher, in wpa_supplicant_store_ptk() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_common.c1166 int wpa_cipher_valid_group(int cipher) in wpa_cipher_valid_group() argument
349 wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label, const u8 *addr1, const u8 *addr2, const u8 *nonce1, const u8 *nonce2, struct wpa_ptk *ptk, int akmp, int cipher, const u8 *z, size_t z_len) wpa_pmk_to_ptk() argument
551 fils_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const u8 *spa, const u8 *aa, const u8 *snonce, const u8 *anonce, const u8 *dhss, size_t dhss_len, struct wpa_ptk *ptk, u8 *ick, size_t *ick_len, int akmp, int cipher, u8 *fils_ft, size_t *fils_ft_len) fils_pmk_to_ptk() argument
1174 wpa_cipher_valid_mgmt_group(int cipher) wpa_cipher_valid_mgmt_group() argument
1696 wpa_pmk_r1_to_ptk(const u8 *pmk_r1, size_t pmk_r1_len, const u8 *snonce, const u8 *anonce, const u8 *sta_addr, const u8 *bssid, const u8 *pmk_r1_name, struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher) wpa_pmk_r1_to_ptk() argument
1940 wpa_cipher_txt(int cipher) wpa_cipher_txt() argument
2231 wpa_cipher_key_len(int cipher) wpa_cipher_key_len() argument
2252 wpa_cipher_rsc_len(int cipher) wpa_cipher_rsc_len() argument
2267 wpa_cipher_to_alg(int cipher) wpa_cipher_to_alg() argument
2293 wpa_cipher_valid_pairwise(int cipher) wpa_cipher_valid_pairwise() argument
2303 wpa_cipher_to_suite(int proto, int cipher) wpa_cipher_to_suite() argument
[all...]
/third_party/curl/lib/vtls/
H A Dsectransp.c909 TLSCipherNameForNumber(SSLCipherSuite cipher) TLSCipherNameForNumber() argument
2519 SSLCipherSuite cipher; global() local
[all...]
/third_party/openssl/test/
H A Dssl_old_test.c611 static char *cipher = NULL; variable
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h397 const EVP_CIPHER *cipher; global() member
[all...]

Completed in 51 milliseconds

1...<<11121314151617181920>>...22