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

/external/chromium_org/third_party/openssl/openssl/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...]
H A Dv3_crld.c528 X509_NAME ntmp; local
529 ntmp.entries = dpn->name.relativename;
532 X509_NAME_print_ex(out, &ntmp, 0, XN_FLAG_ONELINE);
/external/openssl/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...]
H A Dv3_crld.c528 X509_NAME ntmp; local
529 ntmp.entries = dpn->name.relativename;
532 X509_NAME_print_ex(out, &ntmp, 0, XN_FLAG_ONELINE);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
H A DKeyAgreementSpi.java57 byte[] ntmp = new byte[tmp.length - 1];
59 System.arraycopy(tmp, 1, ntmp, 0, ntmp.length);
60 return ntmp;
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dasn_mime.c663 char *ntmp; local
674 ntmp = NULL;
687 ntmp = strip_ends(q);
696 mhdr = mime_hdr_new(ntmp, strip_ends(q));
698 ntmp = NULL;
717 ntmp = strip_ends(q);
726 mime_hdr_addparam(mhdr, ntmp, strip_ends(q));
727 ntmp = NULL;
748 mhdr = mime_hdr_new(ntmp, strip_ends(q));
751 mime_hdr_addparam(mhdr, ntmp, strip_end
[all...]
/external/openssl/crypto/asn1/
H A Dasn_mime.c663 char *ntmp; local
674 ntmp = NULL;
687 ntmp = strip_ends(q);
696 mhdr = mime_hdr_new(ntmp, strip_ends(q));
698 ntmp = NULL;
717 ntmp = strip_ends(q);
726 mime_hdr_addparam(mhdr, ntmp, strip_ends(q));
727 ntmp = NULL;
748 mhdr = mime_hdr_new(ntmp, strip_ends(q));
751 mime_hdr_addparam(mhdr, ntmp, strip_end
[all...]
/external/chromium_org/third_party/x86inc/
H A Dx86inc.asm646 %xdefine ntmp%2 nm%2
651 %xdefine nm%1 ntmp%2
653 %undef ntmp%2
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm808 %xdefine ntmp%2 nm%2
813 %xdefine nm%1 ntmp%2
815 %undef ntmp%2

Completed in 266 milliseconds