| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| t1_lib.c | 263 return ssl_security(s, op, cinfo->secbits, cinfo->nid, (void *)ctmp); 1142 !ssl_security(s, SSL_SECOP_SIGALG_CHECK, secbits, 1238 return !ssl_security(s, op, c->strength_bits, 0, (void *)c); 1245 return ssl_security(s, SSL_SECOP_TICKET, 0, 0, NULL); 1658 return ssl_security(s, op, secbits, lu->hash, (void *)sigalgstr); 2506 return ssl_security(s, op, secbits, 0, x); 2524 return ssl_security(s, op, secbits, nid, x);
|
| ssl_cert.c | 984 int ssl_security(const SSL *s, int op, int bits, int nid, void *other) function
|
| s3_lib.c | 3424 if (!ssl_security(s, SSL_SECOP_TMP_DH, 4306 if (!ssl_security(s, SSL_SECOP_CIPHER_SHARED,
|
| ssl_local.h | 2306 __owur int ssl_security(const SSL *s, int op, int bits, int nid, void *other);
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| t1_lib.c | 907 return ssl_security(s, op, ginfo->secbits, 2811 if (secbits == 0 || !ssl_security(s, SSL_SECOP_SIGALG_CHECK, secbits, md != NULL ? EVP_MD_get_type(md) : NID_undef, (void *)sigalgstr)) { 2926 return !ssl_security(s, op, c->strength_bits, 0, (void *)c); 2933 return ssl_security(s, SSL_SECOP_TICKET, 0, 0, NULL); 3392 return ssl_security(s, op, secbits, lu->hash, (void *)sigalgstr); 4360 return ssl_security(s, op, secbits, 0, x); 4380 return ssl_security(s, op, secbits, nid, x);
|
| ssl_cert.c | 1291 int ssl_security(const SSL_CONNECTION *s, int op, int bits, int nid, void *other) function
|
| ssl_local.h | 2599 __owur int ssl_security(const SSL_CONNECTION *s, int op, int bits, int nid,
|
| s3_lib.c | 4876 if (!ssl_security(s, SSL_SECOP_CIPHER_SHARED,
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| t1_lib.c | 578 return ssl_security(s, op, ginfo->secbits, 1592 !ssl_security(s, SSL_SECOP_SIGALG_CHECK, secbits, 1687 return !ssl_security(s, op, c->strength_bits, 0, (void *)c); 1694 return ssl_security(s, SSL_SECOP_TICKET, 0, 0, NULL); 2138 return ssl_security(s, op, secbits, lu->hash, (void *)sigalgstr); 2994 return ssl_security(s, op, secbits, 0, x); 3012 return ssl_security(s, op, secbits, nid, x);
|
| ssl_cert.c | 1106 int ssl_security(const SSL *s, int op, int bits, int nid, void *other) function
|
| ssl_local.h | 2435 __owur int ssl_security(const SSL *s, int op, int bits, int nid, void *other);
|
| s3_lib.c | 4295 if (!ssl_security(s, SSL_SECOP_CIPHER_SHARED,
|
| /src/crypto/external/apache2/openssl/dist/ssl/statem/ |
| statem.c | 427 if (!ssl_security(s, SSL_SECOP_VERSION, 0, s->version, NULL)) {
|
| statem_lib.c | 1809 return ssl_security(s, SSL_SECOP_COMPRESSION, 0, 0, NULL); 1904 if ((s->min_proto_version != 0 && ssl_version_cmp(s, version, s->min_proto_version) < 0) || ssl_security(s, SSL_SECOP_VERSION, 0, version, NULL) == 0)
|
| extensions_clnt.c | 29 || (ssl_security(s, SSL_SECOP_VERSION, 0, TLS1_VERSION, NULL)
|
| statem_clnt.c | 2351 if (!ssl_security(s, SSL_SECOP_TMP_DH, 4117 && ssl_security(s, SSL_SECOP_VERSION, 0, TLS1_VERSION, NULL)
|
| statem_srvr.c | 2616 if (!ssl_security(s, SSL_SECOP_TMP_DH,
|
| /src/crypto/external/bsd/openssl/dist/ssl/statem/ |
| statem.c | 384 if (!ssl_security(s, SSL_SECOP_VERSION, 0, s->version, NULL)) {
|
| statem_lib.c | 1415 return ssl_security(s, SSL_SECOP_COMPRESSION, 0, 0, NULL); 1504 ssl_security(s, SSL_SECOP_VERSION, 0, version, NULL) == 0)
|
| statem_clnt.c | 2089 if (!ssl_security(s, SSL_SECOP_TMP_DH,
|
| statem_srvr.c | 2481 if (!ssl_security(s, SSL_SECOP_TMP_DH,
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| statem.c | 371 if (!ssl_security(s, SSL_SECOP_VERSION, 0, s->version, NULL)) {
|
| statem_lib.c | 1401 return ssl_security(s, SSL_SECOP_COMPRESSION, 0, 0, NULL); 1490 ssl_security(s, SSL_SECOP_VERSION, 0, version, NULL) == 0)
|
| statem_clnt.c | 2160 if (!ssl_security(s, SSL_SECOP_TMP_DH, EVP_PKEY_security_bits(peer_tmp),
|
| /src/crypto/external/apache2/openssl/dist/ssl/record/ |
| rec_layer_s3.c | 1155 return ssl_security(s, op, bits, nid, other);
|