Home
last modified time | relevance | path

Searched refs:TLSV1_2_ENC_FLAGS (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libssl/
H A Dssl_methods.c80 .enc_flags = TLSV1_2_ENC_FLAGS,
100 .enc_flags = TLSV1_2_ENC_FLAGS,
160 .enc_flags = TLSV1_2_ENC_FLAGS,
180 .enc_flags = TLSV1_2_ENC_FLAGS,
283 .enc_flags = TLSV1_2_ENC_FLAGS,
403 .enc_flags = TLSV1_2_ENC_FLAGS,
423 .enc_flags = TLSV1_2_ENC_FLAGS,
H A Dssl_local.h1188 #define TLSV1_2_ENC_FLAGS (SSL_ENC_FLAG_SIGALGS | \ macro