Searched refs:ssl_security (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/crypto/openssl/ssl/ |
| H A D | t1_lib.c | 578 return ssl_security(s, op, ginfo->secbits, in tls_group_allowed() 1592 !ssl_security(s, SSL_SECOP_SIGALG_CHECK, secbits, in tls12_check_peer_sigalg() 1687 return !ssl_security(s, op, c->strength_bits, 0, (void *)c); in ssl_cipher_disabled() 1694 return ssl_security(s, SSL_SECOP_TICKET, 0, 0, NULL); in tls_use_ticket() 2138 return ssl_security(s, op, secbits, lu->hash, (void *)sigalgstr); in tls12_sigalg_allowed() 2994 return ssl_security(s, op, secbits, 0, x); in ssl_security_cert_key() 3012 return ssl_security(s, op, secbits, nid, x); in ssl_security_cert_sig()
|
| H A D | ssl_cert.c | 1106 int ssl_security(const SSL *s, int op, int bits, int nid, void *other) in ssl_security() function
|
| H A D | ssl_local.h | 2435 __owur int ssl_security(const SSL *s, int op, int bits, int nid, void *other);
|
| H A D | s3_lib.c | 4295 if (!ssl_security(s, SSL_SECOP_CIPHER_SHARED, in ssl3_choose_cipher()
|
| H A D | ssl_lib.c | 6058 if (!ssl_security(s, SSL_SECOP_TMP_DH, in SSL_set0_tmp_dh_pkey()
|
| /freebsd-14.2/crypto/openssl/ssl/statem/ |
| H A D | statem.c | 384 if (!ssl_security(s, SSL_SECOP_VERSION, 0, s->version, NULL)) { in state_machine()
|
| H A D | statem_lib.c | 1415 return ssl_security(s, SSL_SECOP_COMPRESSION, 0, 0, NULL); in ssl_allow_compression() 1504 ssl_security(s, SSL_SECOP_VERSION, 0, version, NULL) == 0) in ssl_method_error()
|
| H A D | statem_srvr.c | 2481 if (!ssl_security(s, SSL_SECOP_TMP_DH, in tls_construct_server_key_exchange()
|
| H A D | statem_clnt.c | 2089 if (!ssl_security(s, SSL_SECOP_TMP_DH, in tls_process_ske_dhe()
|