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.c513 int objlen, fld_len; in do_name_ex() local
530 objlen = strlen(objbuf); in do_name_ex()
531 if (!io_ch(arg, objbuf, objlen)) in do_name_ex()
533 if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) { in do_name_ex()
534 if (!do_indent(io_ch, arg, fld_len - objlen)) in do_name_ex()
536 outlen += fld_len - objlen; in do_name_ex()
540 outlen += objlen + sep_eq_len; in do_name_ex()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_san.c644 int objlen; in do_othername() local
657 objlen = p - value; in do_othername()
658 objtmp = OPENSSL_strndup(value, objlen); in do_othername()