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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_info.c109 char objtmp[80], *ntmp;
118 ntmp = OPENSSL_malloc(nlen);
119 if(!ntmp) {
124 BUF_strlcpy(ntmp, objtmp, nlen);
125 BUF_strlcat(ntmp, " - ", nlen);
126 BUF_strlcat(ntmp, vtmp->name, nlen);
128 vtmp->name = ntmp;
H A Dv3_utl.c253 char *ntmp, *vtmp; local
260 ntmp = NULL;
269 ntmp = strip_spaces(q);
270 if(!ntmp) {
277 ntmp = strip_spaces(q);
280 printf("%s\n", ntmp);
282 if(!ntmp) {
286 X509V3_add_value(ntmp, NULL, &values);
296 printf("%s\n", ntmp);
302 X509V3_add_value(ntmp, vtm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_mime.c490 char *ntmp; local
501 ntmp = NULL;
514 ntmp = strip_ends(q);
523 mhdr = mime_hdr_new(ntmp, strip_ends(q));
525 ntmp = NULL;
544 ntmp = strip_ends(q);
553 mime_hdr_addparam(mhdr, ntmp, strip_ends(q));
554 ntmp = NULL;
575 mhdr = mime_hdr_new(ntmp, strip_ends(q));
578 mime_hdr_addparam(mhdr, ntmp, strip_end
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/x86/
H A Dx86inc.asm684 %xdefine ntmp%2 nm%2
689 %xdefine nm%1 ntmp%2
691 %undef ntmp%2

Completed in 224 milliseconds