Searched refs:tls13_aes128gcmsha256_id (Results 1 – 5 of 5) sorted by relevance
56 extern const unsigned char tls13_aes128gcmsha256_id[];
1089 const unsigned char tls13_aes128gcmsha256_id[] = { 0x13, 0x01 }; in tls_parse_ctos_psk() local1096 tls13_aes128gcmsha256_id); in tls_parse_ctos_psk()
815 const unsigned char tls13_aes128gcmsha256_id[] = { 0x13, 0x01 }; in tls_construct_ctos_early_data() local830 tls13_aes128gcmsha256_id); in tls_construct_ctos_early_data()
200 const unsigned char tls13_aes128gcmsha256_id[] = { 0x13, 0x01 }; variable224 cipher = SSL_CIPHER_find(s, tls13_aes128gcmsha256_id); in psk_use_session_cb()
225 cipher = SSL_CIPHER_find(ssl, tls13_aes128gcmsha256_id); in psk_find_session_cb()
Completed in 41 milliseconds