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

/external/openssl/crypto/asn1/
H A Da_strex.c476 int objlen, fld_len; local
479 fld_len = 0; /* XXX: what should this be? */
483 fld_len = FN_WIDTH_SN;
486 fld_len = FN_WIDTH_LN;
489 fld_len = 0; /* XXX: what should this be? */
495 if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) {
496 if (!do_indent(io_ch, arg, fld_len - objlen)) return -1;
497 outlen += fld_len - objlen;

Completed in 42 milliseconds