Searched refs:ntmp (Results 1 – 4 of 4) sorted by relevance
| /src/crypto/openssl/crypto/x509/ |
| H A D | v3_info.c | 66 char objtmp[80], *ntmp; variable 83 ntmp = OPENSSL_malloc(nlen); 84 if (ntmp == NULL) 86 BIO_snprintf(ntmp, nlen, "%s - %s", objtmp, vtmp->name); 88 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() 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() 382 if (!X509V3_add_value(ntmp, vtmp, &values)) { in STACK_OF() [all …]
|
| H A D | v3_crld.c | 427 X509_NAME ntmp; in print_distpoint() local 428 ntmp.entries = dpn->name.relativename; in print_distpoint() 430 X509_NAME_print_ex(out, &ntmp, 0, XN_FLAG_ONELINE); in print_distpoint()
|
| /src/crypto/openssl/crypto/asn1/ |
| H A D | asn_mime.c | 695 char *ntmp; in STACK_OF() local 710 ntmp = NULL; in STACK_OF() 725 ntmp = strip_ends(q); in STACK_OF() 734 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF() 741 ntmp = NULL; in STACK_OF() 760 ntmp = strip_ends(q); in STACK_OF() 769 mime_hdr_addparam(mhdr, ntmp, strip_ends(q)); in STACK_OF() 770 ntmp = NULL; in STACK_OF() 791 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF() 799 mime_hdr_addparam(mhdr, ntmp, strip_ends(q)); in STACK_OF()
|