Searched refs:sec_cb (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/ssl/ |
D | ssl_cert.c | 61 ret->sec_cb = ssl_security_default_callback; in ssl_cert_new() 180 ret->sec_cb = cert->sec_cb; in ssl_cert_dup() 980 return s->cert->sec_cb(s, NULL, op, bits, nid, other, s->cert->sec_ex); in ssl_security() 985 return ctx->cert->sec_cb(NULL, ctx, op, bits, nid, other, in ssl_ctx_security()
|
D | ssl_lib.c | 4622 s->cert->sec_cb = cb; in SSL_set_security_callback() 4629 return s->cert->sec_cb; in SSL_get_security_callback() 4657 ctx->cert->sec_cb = cb; in SSL_CTX_set_security_callback() 4666 return ctx->cert->sec_cb; in SSL_CTX_get_security_callback()
|
D | ssl_local.h | 1933 int (*sec_cb) (const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, member
|