Searched refs:X509v3_add_ext (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/lib/libcrypto/x509/
H A Dx509_ext.c126 return X509v3_add_ext(&x->crl->extensions, ex, loc) != NULL;
176 return X509v3_add_ext(&x->cert_info->extensions, ex, loc) != NULL;
241 return X509v3_add_ext(&x->extensions, ex, loc) != NULL;
H A Dx509_v3.c159 X509v3_add_ext(STACK_OF(X509_EXTENSION) **x, X509_EXTENSION *ext, int loc)
199 LCRYPTO_ALIAS(X509v3_add_ext); variable
H A Dx509_conf.c370 X509v3_add_ext(sk, ext, -1);
H A Dx509.h863 STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x,
/openbsd-current/lib/libcrypto/ocsp/
H A Docsp_ext.c145 return X509v3_add_ext(&(x->tbsRequest->requestExtensions), ex,
214 return X509v3_add_ext(&(x->singleRequestExtensions), ex, loc) != NULL;
286 return X509v3_add_ext(&(x->tbsResponseData->responseExtensions), ex,
354 return X509v3_add_ext(&(x->singleExtensions), ex, loc) != NULL;
/openbsd-current/lib/libcrypto/ts/
H A Dts_req_utils.c272 return X509v3_add_ext(&a->extensions, ex, loc) != NULL;
H A Dts_rsp_utils.c494 return X509v3_add_ext(&a->extensions, ex, loc) != NULL;
/openbsd-current/lib/libcrypto/hidden/openssl/
H A Dx509.h210 LCRYPTO_USED(X509v3_add_ext); variable

Completed in 138 milliseconds