HomeSort by relevance Sort by last modified time
    Searched refs:ntmp (Results 1 - 5 of 5) sorted by null

  /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/src/main/java/org/bouncycastle/jce/provider/
JCEDHKeyAgreement.java 59 byte[] ntmp = new byte[tmp.length - 1];
61 System.arraycopy(tmp, 1, ntmp, 0, ntmp.length);
62 return ntmp;
  /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...]

Completed in 86 milliseconds