Searched refs:sec_cb (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_cert.c | 72 ret->sec_cb = ssl_security_default_callback; in ssl_cert_new() 191 ret->sec_cb = cert->sec_cb; in ssl_cert_dup() 1108 return s->cert->sec_cb(s, NULL, op, bits, nid, other, s->cert->sec_ex); in ssl_security() 1113 return ctx->cert->sec_cb(NULL, ctx, op, bits, nid, other, in ssl_ctx_security()
|
H A D | ssl_lib.c | 4910 s->cert->sec_cb = cb; in SSL_set_security_callback() 4917 return s->cert->sec_cb; in SSL_get_security_callback() 4945 ctx->cert->sec_cb = cb; in SSL_CTX_set_security_callback() 4954 return ctx->cert->sec_cb; in SSL_CTX_get_security_callback()
|
H A D | ssl_local.h | 2058 int (*sec_cb) (const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, member
|