Home
last modified time | relevance | path

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

/trueos/crypto/openssl/crypto/x509/
HDx509_v3.c72 return (sk_X509_EXTENSION_num(x)); in X509v3_get_ext_count()
97 n = sk_X509_EXTENSION_num(sk); in X509v3_get_ext_by_OBJ()
117 n = sk_X509_EXTENSION_num(sk); in X509v3_get_ext_by_critical()
128 if (x == NULL || sk_X509_EXTENSION_num(x) <= loc || loc < 0) in X509v3_get_ext()
138 if (x == NULL || sk_X509_EXTENSION_num(x) <= loc || loc < 0) in X509v3_delete_ext()
162 n = sk_X509_EXTENSION_num(sk); in STACK_OF()
/trueos/crypto/openssl/crypto/x509v3/
HDv3_prn.c191 if (sk_X509_EXTENSION_num(exts) <= 0) in X509V3_extensions_print()
199 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { in X509V3_extensions_print()
HDv3_lib.c227 for (i = lastpos; i < sk_X509_EXTENSION_num(x); i++) { in X509V3_get_d2i()
/trueos/crypto/openssl/crypto/asn1/
HDx_crl.c180 for (j = 0; j < sk_X509_EXTENSION_num(exts); j++) {
255 for (idx = 0; idx < sk_X509_EXTENSION_num(exts); idx++) { in crl_cb()
HDt_req.c217 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { in X509_REQ_print_ex()
/trueos/crypto/openssl/crypto/ts/
HDts_rsp_sign.c695 for (i = 0; ok && i < sk_X509_EXTENSION_num(exts); ++i) { in TS_RESP_process_extensions()
/trueos/crypto/openssl/apps/
HDs_server.c931 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { in cert_status_cb()
HDapps.c1276 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { in copy_extensions()
/trueos/crypto/openssl/crypto/stack/
HDsafestack.h1748 # define sk_X509_EXTENSION_num(st) SKM_sk_num(X509_EXTENSION, (st)) macro