Home
last modified time | relevance | path

Searched refs:tls13_aes128gcmsha256_id (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/apps/include/
Dapps.h58 extern const unsigned char tls13_aes128gcmsha256_id[];
/third_party/openssl/ssl/statem/
Dextensions_srvr.c1046 const unsigned char tls13_aes128gcmsha256_id[] = { 0x13, 0x01 }; in tls_parse_ctos_psk() local
1052 cipher = SSL_CIPHER_find(s, tls13_aes128gcmsha256_id); in tls_parse_ctos_psk()
Dextensions_clnt.c777 const unsigned char tls13_aes128gcmsha256_id[] = { 0x13, 0x01 }; in tls_construct_ctos_early_data() local
791 cipher = SSL_CIPHER_find(s, tls13_aes128gcmsha256_id); in tls_construct_ctos_early_data()
/third_party/openssl/apps/
Ds_client.c155 const unsigned char tls13_aes128gcmsha256_id[] = { 0x13, 0x01 }; variable
179 cipher = SSL_CIPHER_find(s, tls13_aes128gcmsha256_id); in psk_use_session_cb()
Ds_server.c219 cipher = SSL_CIPHER_find(ssl, tls13_aes128gcmsha256_id); in psk_find_session_cb()