/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
v3_info.c | 109 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;
|
v3_utl.c | 253 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, vtmp, &values) [all...] |
v3_crld.c | 528 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/ |
v3_info.c | 109 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;
|
v3_utl.c | 253 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, vtmp, &values) [all...] |
v3_crld.c | 528 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/ |
KeyAgreementSpi.java | 57 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/ |
asn_mime.c | 663 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_ends(q)) [all...] |
/external/openssl/crypto/asn1/ |
asn_mime.c | 663 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_ends(q)) [all...] |
/external/chromium_org/third_party/x86inc/ |
x86inc.asm | 646 %xdefine ntmp%2 nm%2 651 %xdefine nm%1 ntmp%2 653 %undef ntmp%2
|
/external/libvpx/libvpx/third_party/x86inc/ |
x86inc.asm | 808 %xdefine ntmp%2 nm%2 813 %xdefine nm%1 ntmp%2 815 %undef ntmp%2
|