Home
last modified time | relevance | path

Searched refs:tls_version (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/src/tls/
H A Dtlsv1_server_read.c195 conn->rl.tls_version = TLS_VERSION_1; in tls_process_client_hello()
198 conn->rl.tls_version = TLS_VERSION_1_2; in tls_process_client_hello()
201 conn->rl.tls_version = TLS_VERSION_1_1; in tls_process_client_hello()
203 conn->rl.tls_version = conn->client_version; in tls_process_client_hello()
205 tls_version_str(conn->rl.tls_version)); in tls_process_client_hello()
959 if (conn->rl.tls_version == TLS_VERSION_1_2) { in tls_process_certificate_verify()
1030 if (tls_verify_signature(conn->rl.tls_version, conn->client_rsa_key, in tls_process_certificate_verify()
1193 if (conn->rl.tls_version >= TLS_VERSION_1_2) { in tls_process_client_finished()
1234 if (tls_prf(conn->rl.tls_version, in tls_process_client_finished()
H A Dtlsv1_record.c167 WPA_PUT_BE16(pos, rl->tls_version); in tlsv1_record_send()
176 rl->iv_size && rl->tls_version >= TLS_VERSION_1_1; in tlsv1_record_send()
378 if (rl->tls_version >= TLS_VERSION_1_1) { in tlsv1_record_receive()
H A Dtlsv1_record.h32 u16 tls_version; member
H A Dtlsv1_server.c71 if (tls_prf(conn->rl.tls_version, in tlsv1_server_derive_keys()
87 if (tls_prf(conn->rl.tls_version, in tlsv1_server_derive_keys()
511 res = tls_prf(conn->rl.tls_version, in tlsv1_server_prf()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
H A DRecord.pm47 my %tls_version = (
84 print " Version: $tls_version{$version}\n";
/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
H A DRecord.pm47 my %tls_version = (
84 print " Version: $tls_version{$version}\n";
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Devp_test.c539 int tls_version; member
669 cdat->tls_version = (int)strtol(value, &endptr, 0); in cipher_test_parse()
857 if (expected->tls_version) { in cipher_test_enc()
861 &expected->tls_version); in cipher_test_enc()
971 if (expected->tls_version >= TLS1_1_VERSION in cipher_test_enc()