Home
last modified time | relevance | path

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

/external/openssl/crypto/ocsp/
Docsp_ext.c495 OCSP_SERVICELOC *sloc = NULL; in OCSP_url_svcloc_new() local
498 if (!(sloc = OCSP_SERVICELOC_new())) goto err; in OCSP_url_svcloc_new()
499 if (!(sloc->issuer = X509_NAME_dup(issuer))) goto err; in OCSP_url_svcloc_new()
500 if (urls && *urls && !(sloc->locator = sk_ACCESS_DESCRIPTION_new_null())) goto err; in OCSP_url_svcloc_new()
510 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) goto err; in OCSP_url_svcloc_new()
513 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc); in OCSP_url_svcloc_new()
515 if (sloc) OCSP_SERVICELOC_free(sloc); in OCSP_url_svcloc_new()