Searched refs:sec_ex (Results 1 – 3 of 3) sorted by relevance
64 ret->sec_ex = NULL; in ssl_cert_new()183 ret->sec_ex = cert->sec_ex; in ssl_cert_dup()1086 return s->cert->sec_cb(s, NULL, op, bits, nid, other, s->cert->sec_ex); in ssl_security()1092 ctx->cert->sec_ex); in ssl_ctx_security()
4885 s->cert->sec_ex = ex; in SSL_set0_security_ex_data()4890 return s->cert->sec_ex; in SSL_get0_security_ex_data()4922 ctx->cert->sec_ex = ex; in SSL_CTX_set0_security_ex_data()4927 return ctx->cert->sec_ex; in SSL_CTX_get0_security_ex_data()
2062 void *sec_ex; member