Home
last modified time | relevance | path

Searched refs:TLS13_AES_128_GCM_SHA256_BYTES (Results 1 - 2 of 2) sorted by relevance

/third_party/openssl/test/
H A Dtls13encryptiontest.c302 #define TLS13_AES_128_GCM_SHA256_BYTES ((const unsigned char *)"\x13\x01") macro
342 s->s3.tmp.new_cipher = SSL_CIPHER_find(s, TLS13_AES_128_GCM_SHA256_BYTES); in test_tls13_encryption()
H A Dsslapitest.c3336 #define TLS13_AES_128_GCM_SHA256_BYTES ((const unsigned char *)"\x13\x01") macro
3362 cipher = SSL_CIPHER_find(ssl, TLS13_AES_128_GCM_SHA256_BYTES); in create_a_psk()
4363 TLS13_AES_128_GCM_SHA256_BYTES, in test_early_data_psk_with_all_ciphers()
5442 cipher = SSL_CIPHER_find(clientssl, TLS13_AES_128_GCM_SHA256_BYTES); in test_tls13_psk()

Completed in 13 milliseconds