Searched refs:tls13_aes128gcmsha256_id (Results 1 – 5 of 5) sorted by relevance
58 extern const unsigned char tls13_aes128gcmsha256_id[];
1046 const unsigned char tls13_aes128gcmsha256_id[] = { 0x13, 0x01 }; in tls_parse_ctos_psk() local1052 cipher = SSL_CIPHER_find(s, tls13_aes128gcmsha256_id); in tls_parse_ctos_psk()
777 const unsigned char tls13_aes128gcmsha256_id[] = { 0x13, 0x01 }; in tls_construct_ctos_early_data() local791 cipher = SSL_CIPHER_find(s, tls13_aes128gcmsha256_id); in tls_construct_ctos_early_data()
155 const unsigned char tls13_aes128gcmsha256_id[] = { 0x13, 0x01 }; variable179 cipher = SSL_CIPHER_find(s, tls13_aes128gcmsha256_id); in psk_use_session_cb()
219 cipher = SSL_CIPHER_find(ssl, tls13_aes128gcmsha256_id); in psk_find_session_cb()