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

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_admis.c89 char objbuf[128]; local
95 OBJ_obj2txt(objbuf, sizeof(objbuf), namingAuthority->namingAuthorityId, 1);
98 ln ? " (" : "", objbuf, ln ? ")" : "") <= 0)
189 char objbuf[128]; local
191 OBJ_obj2txt(objbuf, sizeof(objbuf), obj, 1);
194 objbuf, ln ? ")" : "") <= 0)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_admis.c88 char objbuf[128]; local
94 OBJ_obj2txt(objbuf, sizeof(objbuf), namingAuthority->namingAuthorityId, 1);
97 ln ? " (" : "", objbuf, ln ? ")" : "") <= 0)
188 char objbuf[128]; local
190 OBJ_obj2txt(objbuf, sizeof(objbuf), obj, 1);
193 objbuf, ln ? ")" : "") <= 0)
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_strex.c433 const char *objbuf; local
517 objbuf = objtmp;
521 objbuf = OBJ_nid2sn(fn_nid);
524 objbuf = OBJ_nid2ln(fn_nid);
527 objbuf = "";
530 objlen = strlen(objbuf);
531 if (!io_ch(arg, objbuf, objlen))
H A Dtasn_prn.c408 char objbuf[80]; local
413 OBJ_obj2txt(objbuf, sizeof(objbuf), oid, 1);
414 if (BIO_printf(out, "%s (%s)", ln, objbuf) <= 0)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_strex.c433 const char *objbuf; local
517 objbuf = objtmp;
521 objbuf = OBJ_nid2sn(fn_nid);
524 objbuf = OBJ_nid2ln(fn_nid);
527 objbuf = "";
530 objlen = strlen(objbuf);
531 if (!io_ch(arg, objbuf, objlen))
H A Dtasn_prn.c408 char objbuf[80]; local
413 OBJ_obj2txt(objbuf, sizeof(objbuf), oid, 1);
414 if (BIO_printf(out, "%s (%s)", ln, objbuf) <= 0)

Completed in 87 milliseconds