Home
last modified time | relevance | path

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

/openssl/apps/include/
H A Dapps.h56 extern const unsigned char tls13_aes128gcmsha256_id[];
/openssl/ssl/statem/
H A Dextensions_srvr.c1089 const unsigned char tls13_aes128gcmsha256_id[] = { 0x13, 0x01 }; in tls_parse_ctos_psk() local
1096 tls13_aes128gcmsha256_id); in tls_parse_ctos_psk()
H A Dextensions_clnt.c815 const unsigned char tls13_aes128gcmsha256_id[] = { 0x13, 0x01 }; in tls_construct_ctos_early_data() local
830 tls13_aes128gcmsha256_id); in tls_construct_ctos_early_data()
/openssl/apps/
H A Ds_client.c200 const unsigned char tls13_aes128gcmsha256_id[] = { 0x13, 0x01 }; variable
224 cipher = SSL_CIPHER_find(s, tls13_aes128gcmsha256_id); in psk_use_session_cb()
H A Ds_server.c225 cipher = SSL_CIPHER_find(ssl, tls13_aes128gcmsha256_id); in psk_find_session_cb()

Completed in 41 milliseconds