Home
last modified time | relevance | path

Searched refs:sec_cb (Results 1 – 3 of 3) sorted by relevance

/openssl-master/ssl/
A Dssl_cert.c62 ret->sec_cb = ssl_security_default_callback; in ssl_cert_new()
181 ret->sec_cb = cert->sec_cb; in ssl_cert_dup()
1065 return s->cert->sec_cb(s, NULL, op, bits, nid, other, s->cert->sec_ex); in ssl_security()
1070 return ctx->cert->sec_cb(NULL, ctx, op, bits, nid, other, in ssl_ctx_security()
A Dssl_lib.c4829 s->cert->sec_cb = cb; in SSL_set_security_callback()
4836 return s->cert->sec_cb; in SSL_get_security_callback()
4864 ctx->cert->sec_cb = cb; in SSL_CTX_set_security_callback()
4873 return ctx->cert->sec_cb; in SSL_CTX_get_security_callback()
A Dssl_local.h2052 int (*sec_cb) (const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, member

Completed in 26 milliseconds