Searched refs:ssl_security (Results 1 – 11 of 11) sorted by relevance
/openssl/ssl/ |
H A D | t1_lib.c | 898 return ssl_security(s, op, ginfo->secbits, in tls_group_allowed() 2128 !ssl_security(s, SSL_SECOP_SIGALG_CHECK, secbits, in tls12_check_peer_sigalg() 2244 return !ssl_security(s, op, c->strength_bits, 0, (void *)c); in ssl_cipher_disabled() 2251 return ssl_security(s, SSL_SECOP_TICKET, 0, 0, NULL); in tls_use_ticket() 2708 return ssl_security(s, op, secbits, lu->hash, (void *)sigalgstr); in tls12_sigalg_allowed() 3637 return ssl_security(s, op, secbits, 0, x); in ssl_security_cert_key() 3657 return ssl_security(s, op, secbits, nid, x); in ssl_security_cert_sig()
|
H A D | ssl_cert.c | 1279 int ssl_security(const SSL_CONNECTION *s, int op, int bits, int nid, void *other) in ssl_security() function
|
H A D | ssl_local.h | 2555 __owur int ssl_security(const SSL_CONNECTION *s, int op, int bits, int nid,
|
H A D | s3_lib.c | 4399 if (!ssl_security(s, SSL_SECOP_CIPHER_SHARED, in ssl3_choose_cipher()
|
H A D | ssl_lib.c | 7465 if (!ssl_security(sc, SSL_SECOP_TMP_DH, in SSL_set0_tmp_dh_pkey()
|
/openssl/ssl/statem/ |
H A D | statem.c | 427 if (!ssl_security(s, SSL_SECOP_VERSION, 0, s->version, NULL)) { in state_machine()
|
H A D | statem_lib.c | 1786 return ssl_security(s, SSL_SECOP_COMPRESSION, 0, 0, NULL); in ssl_allow_compression() 1883 ssl_security(s, SSL_SECOP_VERSION, 0, version, NULL) == 0) in ssl_method_error()
|
H A D | statem_clnt.c | 2313 if (!ssl_security(s, SSL_SECOP_TMP_DH, in tls_process_ske_dhe() 4070 && ssl_security(s, SSL_SECOP_VERSION, 0, TLS1_VERSION, NULL) in ssl_cipher_list_to_bytes()
|
H A D | extensions_clnt.c | 28 || (ssl_security(s, SSL_SECOP_VERSION, 0, TLS1_VERSION, NULL) in tls_construct_ctos_renegotiate()
|
H A D | statem_srvr.c | 2581 if (!ssl_security(s, SSL_SECOP_TMP_DH, in tls_construct_server_key_exchange()
|
/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 1147 return ssl_security(s, op, bits, nid, other); in rlayer_security_wrapper()
|
Completed in 120 milliseconds