Searched refs:ntmp (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/x509v3/ |
D | v3_info.c | 109 char objtmp[80], *ntmp; variable 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;
|
D | v3_utl.c | 253 char *ntmp, *vtmp; in STACK_OF() local 260 ntmp = NULL; in STACK_OF() 269 ntmp = strip_spaces(q); in STACK_OF() 270 if(!ntmp) { in STACK_OF() 277 ntmp = strip_spaces(q); in STACK_OF() 280 printf("%s\n", ntmp); in STACK_OF() 282 if(!ntmp) { in STACK_OF() 286 X509V3_add_value(ntmp, NULL, &values); in STACK_OF() 296 printf("%s\n", ntmp); in STACK_OF() 302 X509V3_add_value(ntmp, vtmp, &values); in STACK_OF() [all …]
|
D | v3_crld.c | 528 X509_NAME ntmp; in print_distpoint() local 529 ntmp.entries = dpn->name.relativename; in print_distpoint() 532 X509_NAME_print_ex(out, &ntmp, 0, XN_FLAG_ONELINE); in print_distpoint()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
D | KeyAgreementSpi.java | 57 byte[] ntmp = new byte[tmp.length - 1]; in bigIntToBytes() 59 System.arraycopy(tmp, 1, ntmp, 0, ntmp.length); in bigIntToBytes() 60 return ntmp; in bigIntToBytes()
|
/external/openssl/crypto/asn1/ |
D | asn_mime.c | 663 char *ntmp; in STACK_OF() local 674 ntmp = NULL; in STACK_OF() 687 ntmp = strip_ends(q); in STACK_OF() 696 mhdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF() 698 ntmp = NULL; in STACK_OF() 717 ntmp = strip_ends(q); in STACK_OF() 726 mime_hdr_addparam(mhdr, ntmp, strip_ends(q)); in STACK_OF() 727 ntmp = NULL; in STACK_OF() 748 mhdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF() 751 mime_hdr_addparam(mhdr, ntmp, strip_ends(q)); in STACK_OF()
|