Searched refs:sec_cb (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/openssl/ssl/ |
| H A D | ssl_cert.c | 83 ret->sec_cb = ssl_security_default_callback; in ssl_cert_new() 217 ret->sec_cb = cert->sec_cb; in ssl_cert_dup() 1293 return s->cert->sec_cb(SSL_CONNECTION_GET_USER_SSL(s), NULL, op, bits, nid, in ssl_security() 1299 return ctx->cert->sec_cb(NULL, ctx, op, bits, nid, other, in ssl_ctx_security()
|
| H A D | ssl_lib.c | 6157 sc->cert->sec_cb = cb; in SSL_set_security_callback() 6170 return sc->cert->sec_cb; in SSL_get_security_callback() 6208 ctx->cert->sec_cb = cb; in SSL_CTX_set_security_callback() 6218 return ctx->cert->sec_cb; in SSL_CTX_get_security_callback()
|
| H A D | ssl_local.h | 2134 int (*sec_cb)(const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, member
|