Home
last modified time | relevance | path

Searched refs:sk_X509_EXTENSION_num (Results 1 - 25 of 82) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_v3.c26 ret = sk_X509_EXTENSION_num(x); in STACK_OF()
52 n = sk_X509_EXTENSION_num(sk); in STACK_OF()
72 n = sk_X509_EXTENSION_num(sk); in STACK_OF()
83 if (x == NULL || sk_X509_EXTENSION_num(x) <= loc || loc < 0) in STACK_OF()
93 if (x == NULL || sk_X509_EXTENSION_num(x) <= loc || loc < 0) in STACK_OF()
117 n = sk_X509_EXTENSION_num(sk); in STACK_OF()
H A Dv3_prn.c145 if (sk_X509_EXTENSION_num(exts) <= 0) in X509V3_extensions_print()
153 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { in X509V3_extensions_print()
H A Dx_crl.c136 for (j = 0; j < sk_X509_EXTENSION_num(exts); j++) {
233 for (idx = 0; idx < sk_X509_EXTENSION_num(exts); idx++) {
H A Dt_req.c171 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { in X509_REQ_print_ex()
H A Dv3_lib.c181 for (i = lastpos; i < sk_X509_EXTENSION_num(x); i++) { in STACK_OF()
/third_party/openssl/crypto/x509/
H A Dx509_v3.c26 ret = sk_X509_EXTENSION_num(x); in STACK_OF()
52 n = sk_X509_EXTENSION_num(sk); in STACK_OF()
72 n = sk_X509_EXTENSION_num(sk); in STACK_OF()
83 if (x == NULL || sk_X509_EXTENSION_num(x) <= loc || loc < 0) in STACK_OF()
93 if (x == NULL || sk_X509_EXTENSION_num(x) <= loc || loc < 0) in STACK_OF()
117 n = sk_X509_EXTENSION_num(sk); in STACK_OF()
H A Dv3_prn.c145 if (sk_X509_EXTENSION_num(exts) <= 0) in X509V3_extensions_print()
153 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { in X509V3_extensions_print()
H A Dx_crl.c136 for (j = 0; j < sk_X509_EXTENSION_num(exts); j++) {
233 for (idx = 0; idx < sk_X509_EXTENSION_num(exts); idx++) {
H A Dt_req.c171 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { in X509_REQ_print_ex()
H A Dv3_lib.c181 for (i = lastpos; i < sk_X509_EXTENSION_num(x); i++) { in STACK_OF()
/third_party/node/deps/openssl/openssl/apps/
H A Dx509.c196 int i, n = sk_X509_EXTENSION_num(cert_exts /* may be NULL */); in x509_to_req()
222 if (sk_X509_EXTENSION_num(exts) > 0) { in x509_to_req()
1217 if ((num = sk_X509_EXTENSION_num(exts)) <= 0) { in print_x509v3_exts()
1255 if (!sk_X509_EXTENSION_num(exts2)) { in print_x509v3_exts()
/third_party/openssl/apps/
H A Dx509.c196 int i, n = sk_X509_EXTENSION_num(cert_exts /* may be NULL */); in x509_to_req()
222 if (sk_X509_EXTENSION_num(exts) > 0) { in x509_to_req()
1217 if ((num = sk_X509_EXTENSION_num(exts)) <= 0) { in print_x509v3_exts()
1255 if (!sk_X509_EXTENSION_num(exts2)) { in print_x509v3_exts()
/third_party/node/deps/openssl/openssl/crypto/crmf/
H A Dcrmf_lib.c328 if (sk_X509_EXTENSION_num(exts) == 0) { in OSSL_CRMF_MSG_set0_extensions()
/third_party/openssl/crypto/crmf/
H A Dcrmf_lib.c328 if (sk_X509_EXTENSION_num(exts) == 0) { in OSSL_CRMF_MSG_set0_extensions()
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_sign.c614 for (i = 0; ok && i < sk_X509_EXTENSION_num(exts); ++i) { in ts_RESP_process_extensions()
/third_party/openssl/crypto/ts/
H A Dts_rsp_sign.c614 for (i = 0; ok && i < sk_X509_EXTENSION_num(exts); ++i) { in ts_RESP_process_extensions()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c1221 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { in copy_extensions()
2280 if (sk_X509_EXTENSION_num(exts /* may be NULL */) > 0) { in do_X509_sign()
/third_party/openssl/apps/lib/
H A Dapps.c1219 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { in copy_extensions()
2273 if (sk_X509_EXTENSION_num(exts /* may be NULL */) > 0) { in do_X509_sign()
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_msg.c130 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { in STACK_OF()
/third_party/openssl/crypto/cmp/
H A Dcmp_msg.c130 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { in STACK_OF()
/third_party/curl/lib/vtls/
H A Dopenssl.c383 if((int)sk_X509_EXTENSION_num(exts) <= 0) in X509V3_ext()
387 for(i = 0; i < (int)sk_X509_EXTENSION_num(exts); i++) { in X509V3_ext()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dx509.h224 #define sk_X509_EXTENSION_num(sk) OPENSSL_sk_num(ossl_check_const_X509_EXTENSION_sk_type(sk)) macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dx509.h224 #define sk_X509_EXTENSION_num(sk) OPENSSL_sk_num(ossl_check_const_X509_EXTENSION_sk_type(sk)) macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dx509.h224 #define sk_X509_EXTENSION_num(sk) OPENSSL_sk_num(ossl_check_const_X509_EXTENSION_sk_type(sk)) macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dx509.h224 #define sk_X509_EXTENSION_num(sk) OPENSSL_sk_num(ossl_check_const_X509_EXTENSION_sk_type(sk)) macro

Completed in 60 milliseconds

1234