Searched refs:sec_ex (Results 1 – 3 of 3) sorted by relevance
63 ret->sec_ex = NULL; in ssl_cert_new()182 ret->sec_ex = cert->sec_ex; in ssl_cert_dup()964 return s->cert->sec_cb(s, NULL, op, bits, nid, other, s->cert->sec_ex); in ssl_security()970 ctx->cert->sec_ex); in ssl_ctx_security()
4587 s->cert->sec_ex = ex; in SSL_set0_security_ex_data()4592 return s->cert->sec_ex; in SSL_get0_security_ex_data()4624 ctx->cert->sec_ex = ex; in SSL_CTX_set0_security_ex_data()4629 return ctx->cert->sec_ex; in SSL_CTX_get0_security_ex_data()
1937 void *sec_ex; member