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

/openbsd-current/lib/libcrypto/x509/
H A Dx509_info.c262 int i, objlen; local
285 objlen = ptmp - cnf->name;
290 if (!(objtmp = malloc(objlen + 1))) {
294 strlcpy(objtmp, cnf->name, objlen + 1);
H A Dx509_alt.c733 int objlen; local
745 objlen = p - value;
746 objtmp = malloc(objlen + 1);
748 strlcpy(objtmp, value, objlen + 1);
/openbsd-current/lib/libcrypto/asn1/
H A Da_strex.c515 int objlen, fld_len; local
533 objlen = strlen(objbuf);
534 if (!io_ch(arg, objbuf, objlen))
536 if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) {
537 if (!do_indent(io_ch, arg, fld_len - objlen))
539 outlen += fld_len - objlen;
543 outlen += objlen + sep_eq_len;

Completed in 68 milliseconds