Searched refs:objlen (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_info.c109 int i, objlen;
131 objlen = ptmp - cnf->name;
136 if ((objtmp = OPENSSL_strndup(cnf->name, objlen)) == NULL) {
H A Dv3_alt.c560 int objlen; local
573 objlen = p - value;
574 objtmp = OPENSSL_strndup(value, objlen);
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Da_strex.c511 int objlen, fld_len; local
528 objlen = strlen(objbuf);
529 if (!io_ch(arg, objbuf, objlen))
531 if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) {
532 if (!do_indent(io_ch, arg, fld_len - objlen))
534 outlen += fld_len - objlen;
538 outlen += objlen + sep_eq_len;

Completed in 117 milliseconds