Home
last modified time | relevance | path

Searched defs:key_block (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/test/
Dbad_dtls_test.c56 static unsigned char key_block[104]; variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_client.c55 u8 key_block[TLS_MAX_KEY_BLOCK_LEN]; in tls_derive_keys() local
Dtlsv1_server.c61 u8 key_block[TLS_MAX_KEY_BLOCK_LEN]; in tlsv1_server_derive_keys() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_server.c61 u8 key_block[TLS_MAX_KEY_BLOCK_LEN]; in tlsv1_server_derive_keys() local
Dtlsv1_client.c79 u8 key_block[TLS_MAX_KEY_BLOCK_LEN]; in tls_derive_keys() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_module_tests.c864 const u8 key_block[] = { in test_eap_fast() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_module_tests.c1013 const u8 key_block[] = { in test_eap_fast() local
/third_party/openssl/ssl/
Dssl_local.h1591 unsigned char *key_block; member