Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/asn1/
Da_strex.c516 int objlen, fld_len; in do_name_ex() local
533 objlen = strlen(objbuf); in do_name_ex()
534 if (!io_ch(arg, objbuf, objlen)) in do_name_ex()
536 if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) { in do_name_ex()
537 if (!do_indent(io_ch, arg, fld_len - objlen)) in do_name_ex()
539 outlen += fld_len - objlen; in do_name_ex()
543 outlen += objlen + sep_eq_len; in do_name_ex()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/x509/
Dv3_san.c645 int objlen; in do_othername() local
658 objlen = p - value; in do_othername()
659 objtmp = OPENSSL_strndup(value, objlen); in do_othername()
/netbsd/src/external/gpl2/xcvs/dist/src/
Dacl.c869 size_t objlen = 0; in racl_proc() local