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

  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
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);
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...]
  /external/openssl/crypto/x509v3/
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);
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...]
  /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...]

Completed in 1817 milliseconds