HomeSort by relevance Sort by last modified time
    Searched full:objlen (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_info.c 147 int objlen;
165 objlen = ptmp - cnf->name;
170 if(!(objtmp = OPENSSL_malloc(objlen + 1))) {
174 strncpy(objtmp, cnf->name, objlen);
175 objtmp[objlen] = 0;
v3_alt.c 572 int objlen; local
583 objlen = p - value;
584 objtmp = OPENSSL_malloc(objlen + 1);
585 strncpy(objtmp, value, objlen);
586 objtmp[objlen] = 0;
  /external/openssl/crypto/x509v3/
v3_info.c 141 int i, objlen;
159 objlen = ptmp - cnf->name;
164 if(!(objtmp = OPENSSL_malloc(objlen + 1))) {
168 strncpy(objtmp, cnf->name, objlen);
169 objtmp[objlen] = 0;
v3_alt.c 569 int objlen; local
580 objlen = p - value;
581 objtmp = OPENSSL_malloc(objlen + 1);
582 strncpy(objtmp, value, objlen);
583 objtmp[objlen] = 0;
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
a_strex.c 462 int objlen, fld_len; local
479 objlen = strlen(objbuf);
480 if(!io_ch(arg, objbuf, objlen)) return -1;
481 if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) {
482 if (!do_indent(io_ch, arg, fld_len - objlen)) return -1;
483 outlen += fld_len - objlen;
486 outlen += objlen + sep_eq_len;
  /external/openssl/crypto/asn1/
a_strex.c 476 int objlen, fld_len; local
493 objlen = strlen(objbuf);
494 if(!io_ch(arg, objbuf, objlen)) return -1;
495 if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) {
496 if (!do_indent(io_ch, arg, fld_len - objlen)) return -1;
497 outlen += fld_len - objlen;
500 outlen += objlen + sep_eq_len;
  /external/chromium_org/third_party/sqlite/src/src/
test1.c 3696 int objlen; \/* The byte-array length of arg 2 *\/ local
3756 int objlen; \/* The byte-array length of arg 2 *\/ local
    [all...]

Completed in 925 milliseconds