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

/freebsd-13-stable/crypto/openssl/apps/
H A Dapps.h53 extern const unsigned char tls13_aes128gcmsha256_id[];
H A Ds_client.c178 const unsigned char tls13_aes128gcmsha256_id[] = { 0x13, 0x01 }; variable
202 cipher = SSL_CIPHER_find(s, tls13_aes128gcmsha256_id);
H A Ds_server.c211 cipher = SSL_CIPHER_find(ssl, tls13_aes128gcmsha256_id);
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c773 const unsigned char tls13_aes128gcmsha256_id[] = { 0x13, 0x01 }; local
789 cipher = SSL_CIPHER_find(s, tls13_aes128gcmsha256_id);
H A Dextensions_srvr.c1116 const unsigned char tls13_aes128gcmsha256_id[] = { 0x13, 0x01 }; local
1122 cipher = SSL_CIPHER_find(s, tls13_aes128gcmsha256_id);

Completed in 192 milliseconds