HomeSort by: relevance | last modified time | path
    Searched refs:objlen (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_info.c 109 int i, objlen;
131 objlen = ptmp - cnf->name;
136 if ((objtmp = OPENSSL_strndup(cnf->name, objlen)) == NULL) {
v3_alt.c 564 int objlen; local
577 objlen = p - value;
578 objtmp = OPENSSL_strndup(value, objlen);
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_strex.c 509 int objlen, fld_len; local
526 objlen = strlen(objbuf);
527 if (!io_ch(arg, objbuf, objlen))
529 if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) {
530 if (!do_indent(io_ch, arg, fld_len - objlen))
532 outlen += fld_len - objlen;
536 outlen += objlen + sep_eq_len;
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
a_strex.c 516 int objlen, fld_len; local
533 objlen = strlen(objbuf);
534 if (!io_ch(arg, objbuf, objlen))
536 if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) {
537 if (!do_indent(io_ch, arg, fld_len - objlen))
539 outlen += fld_len - objlen;
543 outlen += objlen + sep_eq_len;
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
a_strex.c 513 int objlen, fld_len; local
530 objlen = strlen(objbuf);
531 if (!io_ch(arg, objbuf, objlen))
533 if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) {
534 if (!do_indent(io_ch, arg, fld_len - objlen))
536 outlen += fld_len - objlen;
540 outlen += objlen + sep_eq_len;
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_san.c 634 int objlen; local
647 objlen = p - value;
648 objtmp = OPENSSL_strndup(value, objlen);
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_san.c 645 int objlen; local
658 objlen = p - value;
659 objtmp = OPENSSL_strndup(value, objlen);
  /src/external/gpl2/xcvs/dist/src/
acl.c 869 size_t objlen = 0; local

Completed in 34 milliseconds