Home
last modified time | relevance | path

Searched refs:objlen (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Da_strex.c509 int objlen, fld_len; in do_name_ex() local
526 objlen = strlen(objbuf); in do_name_ex()
527 if (!io_ch(arg, objbuf, objlen)) in do_name_ex()
529 if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) { in do_name_ex()
530 if (!do_indent(io_ch, arg, fld_len - objlen)) in do_name_ex()
532 outlen += fld_len - objlen; in do_name_ex()
536 outlen += objlen + sep_eq_len; in do_name_ex()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_san.c634 int objlen; in do_othername() local
647 objlen = p - value; in do_othername()
648 objtmp = OPENSSL_strndup(value, objlen); in do_othername()