Searched refs:ntmp (Results 1 – 4 of 4) sorted by relevance
| /crypto/x509/ |
| A D | v3_info.c | 68 char objtmp[80], *ntmp; variable 85 ntmp = OPENSSL_malloc(nlen); 86 if (ntmp == NULL) 88 BIO_snprintf(ntmp, nlen, "%s - %s", objtmp, vtmp->name); 90 vtmp->name = ntmp;
|
| 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 …]
|
| 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()
|
| /crypto/asn1/ |
| A D | asn_mime.c | 728 char *ntmp; in STACK_OF() local 743 ntmp = NULL; in STACK_OF() 758 ntmp = strip_ends(q); in STACK_OF() 767 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF() 774 ntmp = NULL; in STACK_OF() 793 ntmp = strip_ends(q); in STACK_OF() 802 mime_hdr_addparam(mhdr, ntmp, strip_ends(q)); in STACK_OF() 803 ntmp = NULL; in STACK_OF() 824 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF() 832 mime_hdr_addparam(mhdr, ntmp, strip_ends(q)); in STACK_OF()
|
Completed in 17 milliseconds