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

  /external/boringssl/src/crypto/x509v3/
v3_alt.c 575 int objlen; local
587 objlen = p - value;
588 objtmp = OPENSSL_malloc(objlen + 1);
591 strncpy(objtmp, value, objlen);
592 objtmp[objlen] = 0;
  /external/boringssl/src/crypto/x509/
a_strex.c 518 int objlen, fld_len; local
535 objlen = strlen(objbuf);
536 if (!io_ch(arg, objbuf, objlen))
538 if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) {
539 if (!do_indent(io_ch, arg, fld_len - objlen))
541 outlen += fld_len - objlen;
545 outlen += objlen + sep_eq_len;

Completed in 1843 milliseconds