Searched refs:ntmp (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/x509/ |
H A D | v3_info.c | 67 char objtmp[80], *ntmp; variable 84 ntmp = OPENSSL_malloc(nlen); 85 if (ntmp == NULL) 87 BIO_snprintf(ntmp, nlen, "%s - %s", objtmp, vtmp->name); 89 vtmp->name = ntmp;
|
H A D | v3_utl.c | 318 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() 370 ntmp = NULL; in STACK_OF() 383 if (!X509V3_add_value(ntmp, vtmp, &values)) { in STACK_OF() 387 ntmp = strip_spaces(q); in STACK_OF() 388 if (!ntmp) { in STACK_OF() [all …]
|
H A D | v3_crld.c | 429 X509_NAME ntmp; in print_distpoint() local 430 ntmp.entries = dpn->name.relativename; in print_distpoint() 432 X509_NAME_print_ex(out, &ntmp, 0, XN_FLAG_ONELINE); in print_distpoint()
|
/openssl/crypto/asn1/ |
H A D | asn_mime.c | 686 char *ntmp; in STACK_OF() local 701 ntmp = NULL; in STACK_OF() 716 ntmp = strip_ends(q); in STACK_OF() 725 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF() 732 ntmp = NULL; in STACK_OF() 751 ntmp = strip_ends(q); in STACK_OF() 760 mime_hdr_addparam(mhdr, ntmp, strip_ends(q)); in STACK_OF() 761 ntmp = NULL; in STACK_OF() 782 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF() 790 mime_hdr_addparam(mhdr, ntmp, strip_ends(q)); in STACK_OF()
|
Completed in 11 milliseconds