Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/x509v3/
HDv3prin.c91 ext = X509_get_ext(cert, i); in main()
HDv3conf.c118 ext = X509_get_ext(cert, i); in main()
HDv3_akey.c161 if ((i >= 0) && (ext = X509_get_ext(cert, i))) in v2i_AUTHORITY_KEYID()
HDv3_purp.c526 ex = X509_get_ext(x, i); in x509v3_cache_extensions()
767 X509_EXTENSION *ext = X509_get_ext((X509 *)x, i_ext); in check_purpose_timestamp_sign()
HDv3_alt.c286 if (!(ext = X509_get_ext(ctx->issuer_cert, i)) || in copy_issuer()
/NextBSD/crypto/openssl/crypto/x509/
HDx509_ext.c135 X509_EXTENSION *X509_get_ext(X509 *x, int loc) in X509_get_ext() function
HDx509.h1068 X509_EXTENSION *X509_get_ext(X509 *x, int loc);
/NextBSD/contrib/ntp/ntpd/
HDntp_crypto.c3140 ext = X509_get_ext(req, i); in cert_sign()
3449 ext = X509_get_ext(cert, i); in cert_parse()
/NextBSD/contrib/ntp/util/
HDntp-keygen.c527 ext = X509_get_ext(cert, i); in main()
/NextBSD/contrib/wpa/src/utils/
HDhttp_curl.c767 ext = X509_get_ext(cert, pos); in add_logotype_ext()
/NextBSD/contrib/unbound/smallapp/
HDunbound-anchor.c1693 X509_EXTENSION *ex = X509_get_ext( in STACK_OF()
/NextBSD/crypto/openssl/apps/
HDapps.c1393 tmpext = X509_get_ext(x, idx); in copy_extensions()
/NextBSD/crypto/openssl/util/
HDlibeay.num641 X509_get_ext 648 EXIST::FUNCTION:
/NextBSD/contrib/ntp/
HDCommitLog108968 Remove dead code (excess call to X509_get_ext()).