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

/freebsd-10.1-release/crypto/openssl/crypto/x509v3/
H A Dv3_info.c117 char objtmp[80], *ntmp;
127 ntmp = OPENSSL_malloc(nlen);
128 if (!ntmp) {
133 BUF_strlcpy(ntmp, objtmp, nlen);
134 BUF_strlcat(ntmp, " - ", nlen);
135 BUF_strlcat(ntmp, vtmp->name, nlen);
137 vtmp->name = ntmp;
H A Dv3_utl.c282 char *ntmp, *vtmp; local
293 ntmp = NULL;
303 ntmp = strip_spaces(q);
304 if (!ntmp) {
312 ntmp = strip_spaces(q);
315 printf("%s\n", ntmp);
317 if (!ntmp) {
322 X509V3_add_value(ntmp, NULL, &values);
332 printf("%s\n", ntmp);
339 X509V3_add_value(ntmp, vtm
[all...]
H A Dv3_crld.c482 X509_NAME ntmp; local
483 ntmp.entries = dpn->name.relativename;
485 X509_NAME_print_ex(out, &ntmp, 0, XN_FLAG_ONELINE);
/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Dasn_mime.c650 char *ntmp; local
665 ntmp = NULL;
680 ntmp = strip_ends(q);
689 mhdr = mime_hdr_new(ntmp, strip_ends(q));
691 ntmp = NULL;
710 ntmp = strip_ends(q);
719 mime_hdr_addparam(mhdr, ntmp, strip_ends(q));
720 ntmp = NULL;
741 mhdr = mime_hdr_new(ntmp, strip_ends(q));
744 mime_hdr_addparam(mhdr, ntmp, strip_end
[all...]

Completed in 55 milliseconds