Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_info.c67 char objtmp[80], *ntmp;
82 ntmp = OPENSSL_malloc(nlen);
83 if (ntmp == NULL)
85 BIO_snprintf(ntmp, nlen, "%s - %s", objtmp, vtmp->name);
87 vtmp->name = ntmp;
H A Dv3_utl.c316 char *ntmp, *vtmp; in STACK_OF() local
328 ntmp = NULL; in STACK_OF()
338 ntmp = strip_spaces(q); in STACK_OF()
339 if (!ntmp) { in STACK_OF()
346 ntmp = strip_spaces(q); in STACK_OF()
348 if (!ntmp) { in STACK_OF()
352 if (!X509V3_add_value(ntmp, NULL, &values)) { in STACK_OF()
367 if (!X509V3_add_value(ntmp, vtmp, &values)) { in STACK_OF()
370 ntmp = NULL; in STACK_OF()
383 if (!X509V3_add_value(ntmp, vtm in STACK_OF()
[all...]
H A Dv3_crld.c431 X509_NAME ntmp; in print_distpoint() local
432 ntmp.entries = dpn->name.relativename; in print_distpoint()
434 X509_NAME_print_ex(out, &ntmp, 0, XN_FLAG_ONELINE); in print_distpoint()
/third_party/openssl/crypto/x509/
H A Dv3_info.c67 char objtmp[80], *ntmp;
82 ntmp = OPENSSL_malloc(nlen);
83 if (ntmp == NULL)
85 BIO_snprintf(ntmp, nlen, "%s - %s", objtmp, vtmp->name);
87 vtmp->name = ntmp;
H A Dv3_utl.c316 char *ntmp, *vtmp; in STACK_OF() local
328 ntmp = NULL; in STACK_OF()
338 ntmp = strip_spaces(q); in STACK_OF()
339 if (!ntmp) { in STACK_OF()
346 ntmp = strip_spaces(q); in STACK_OF()
348 if (!ntmp) { in STACK_OF()
352 if (!X509V3_add_value(ntmp, NULL, &values)) { in STACK_OF()
367 if (!X509V3_add_value(ntmp, vtmp, &values)) { in STACK_OF()
370 ntmp = NULL; in STACK_OF()
383 if (!X509V3_add_value(ntmp, vtm in STACK_OF()
[all...]
H A Dv3_crld.c426 X509_NAME ntmp; in print_distpoint() local
427 ntmp.entries = dpn->name.relativename; in print_distpoint()
429 X509_NAME_print_ex(out, &ntmp, 0, XN_FLAG_ONELINE); in print_distpoint()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn_mime.c684 char *ntmp; in STACK_OF() local
699 ntmp = NULL; in STACK_OF()
714 ntmp = strip_ends(q); in STACK_OF()
723 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF()
730 ntmp = NULL; in STACK_OF()
749 ntmp = strip_ends(q); in STACK_OF()
758 mime_hdr_addparam(mhdr, ntmp, strip_ends(q)); in STACK_OF()
759 ntmp = NULL; in STACK_OF()
780 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF()
788 mime_hdr_addparam(mhdr, ntmp, strip_end in STACK_OF()
[all...]
/third_party/openssl/crypto/asn1/
H A Dasn_mime.c678 char *ntmp; in STACK_OF() local
693 ntmp = NULL; in STACK_OF()
708 ntmp = strip_ends(q); in STACK_OF()
717 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF()
724 ntmp = NULL; in STACK_OF()
743 ntmp = strip_ends(q); in STACK_OF()
752 mime_hdr_addparam(mhdr, ntmp, strip_ends(q)); in STACK_OF()
753 ntmp = NULL; in STACK_OF()
774 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF()
782 mime_hdr_addparam(mhdr, ntmp, strip_end in STACK_OF()
[all...]

Completed in 8 milliseconds