Home
last modified time | relevance | path

Searched defs:cipher (Results 501 - 516 of 516) sorted by relevance

1...<<21

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.c246 wpa_auth_store_ptksa(struct wpa_authenticator *wpa_auth, const u8 *addr, int cipher, u32 life_time, const struct wpa_ptk *ptk) wpa_auth_store_ptksa() argument
256 wpa_auth_remove_ptksa(struct wpa_authenticator *wpa_auth, const u8 *addr, int cipher) wpa_auth_remove_ptksa() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c5441 const char *cipher; openssl_debug_dump_cipher_list() local
5649 tls_sess_sec_cb(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, const SSL_CIPHER **cipher, void *arg) tls_sess_sec_cb() argument
5856 const SSL_CIPHER *cipher; tls_connection_get_cipher_suite() local
[all...]
/third_party/mbedtls/library/
H A Dssl_tls.c2452 const mbedtls_cipher_info_t *cipher = in mbedtls_ssl_get_mode_from_ciphersuite() local
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c5809 unsigned char cipher[SSLV2_CIPHER_LEN]; in bytes_to_cipher_list() local
6086 ssl_evp_cipher_up_ref(const EVP_CIPHER *cipher) ssl_evp_cipher_up_ref() argument
6099 ssl_evp_cipher_free(const EVP_CIPHER *cipher) ssl_evp_cipher_free() argument
[all...]
H A Dssl_local.h608 const SSL_CIPHER *cipher; member
[all...]
/third_party/openssl/ssl/
H A Dssl_lib.c5693 unsigned char cipher[SSLV2_CIPHER_LEN]; in bytes_to_cipher_list() local
5970 ssl_evp_cipher_up_ref(const EVP_CIPHER *cipher) ssl_evp_cipher_up_ref() argument
5983 ssl_evp_cipher_free(const EVP_CIPHER *cipher) ssl_evp_cipher_free() argument
[all...]
H A Dssl_local.h601 const SSL_CIPHER *cipher; member
[all...]
/third_party/python/Modules/
H A D_ssl.c1914 cipher_to_tuple(const SSL_CIPHER *cipher) in cipher_to_tuple() argument
1956 cipher_to_dict(const SSL_CIPHER *cipher) in cipher_to_dict() argument
2017 const SSL_CIPHER* cipher; _ssl__SSLSocket_shared_ciphers_impl() local
3284 const SSL_CIPHER *cipher; _ssl__SSLContext_get_ciphers_impl() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c2573 static char * wpa_supplicant_cipher_txt(char *pos, char *end, int cipher) in wpa_supplicant_cipher_txt() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface.c2842 static char * wpa_supplicant_cipher_txt(char *pos, char *end, int cipher) in wpa_supplicant_cipher_txt() argument
[all...]
H A Dwpa_supplicant_i.h562 int cipher; member
/third_party/nghttp2/src/
H A Dshrpx_config.h606 const EVP_CIPHER *cipher; member
687 const EVP_CIPHER *cipher; member
[all...]
/third_party/openssl/test/
H A Dsslapitest.c1152 execute_test_ktls(int cis_ktls, int sis_ktls, int tls_version, const char *cipher) execute_test_ktls() argument
1285 execute_test_ktls_sendfile(int tls_version, const char *cipher) execute_test_ktls_sendfile() argument
1418 const char *cipher; global() member
1457 struct ktls_test_cipher *cipher; test_ktls() local
1472 struct ktls_test_cipher *cipher; test_ktls_sendfile() local
3345 const SSL_CIPHER *cipher = NULL; create_a_psk() local
3854 early_data_skip_helper(int testtype, int cipher, int idx) early_data_skip_helper() argument
4350 const SSL_CIPHER *cipher; test_early_data_psk_with_all_ciphers() local
5343 const SSL_CIPHER *cipher = NULL; test_tls13_psk() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c2892 static u32 wpa_cipher_to_cipher_suite(unsigned int cipher) in wpa_cipher_to_cipher_suite() argument
5529 u32 cipher = wpa_cipher_to_cipher_suite(params->pairwise_suite); in nl80211_connect_common() local
5544 u32 cipher = wpa_cipher_to_cipher_suite(params->group_suite); in nl80211_connect_common() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c3306 static u32 wpa_cipher_to_cipher_suite(unsigned int cipher) in wpa_cipher_to_cipher_suite() argument
6513 u32 cipher = wpa_cipher_to_cipher_suite(params->pairwise_suite); local
6528 u32 cipher = wpa_cipher_to_cipher_suite(params->group_suite); local
/third_party/sqlite/src/
H A Dsqlite3.c244637 void *cipher; global() member
244731 opensslFreeCipher(void *cipher) global() argument
244735 opensslGetCipherName(void *cipher) global() argument
244739 opensslGetKeySize(void *cipher) global() argument
244743 opensslGetInitVectorSize(void *cipher) global() argument
244782 opensslGetBlockSize(void *cipher) global() argument
244786 opensslGetCtx(void *cipher, int mode, unsigned char *key, unsigned char *initVector) global() argument
245138 void *cipher = opensslGetCipher(cipherName); global() local
[all...]

Completed in 237 milliseconds

1...<<21