Searched refs:objbuf (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | v3_admis.c | 87 char objbuf[128]; in i2r_NAMING_AUTHORITY() local 93 OBJ_obj2txt(objbuf, sizeof(objbuf), namingAuthority->namingAuthorityId, 1); in i2r_NAMING_AUTHORITY() 96 ln ? " (" : "", objbuf, ln ? ")" : "") in i2r_NAMING_AUTHORITY() 189 char objbuf[128]; in i2r_ADMISSION_SYNTAX() local 191 OBJ_obj2txt(objbuf, sizeof(objbuf), obj, 1); in i2r_ADMISSION_SYNTAX() 194 objbuf, ln ? ")" : "") in i2r_ADMISSION_SYNTAX()
|
| H A D | x_attrib.c | 64 char objbuf[80]; in print_oid() local 67 if (OBJ_obj2txt(objbuf, sizeof(objbuf), oid, 1) <= 0) in print_oid() 71 ? BIO_printf(out, "%s (%s)", objbuf, ln) in print_oid() 72 : BIO_printf(out, "%s", objbuf); in print_oid()
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | a_strex.c | 429 const char *objbuf; in do_name_ex() local 513 objbuf = objtmp; in do_name_ex() 517 objbuf = OBJ_nid2sn(fn_nid); in do_name_ex() 520 objbuf = OBJ_nid2ln(fn_nid); in do_name_ex() 523 objbuf = ""; in do_name_ex() 526 objlen = strlen(objbuf); in do_name_ex() 527 if (!io_ch(arg, objbuf, objlen)) in do_name_ex()
|
| H A D | tasn_prn.c | 404 char objbuf[80]; in asn1_print_oid() local 409 OBJ_obj2txt(objbuf, sizeof(objbuf), oid, 1); in asn1_print_oid() 410 if (BIO_printf(out, "%s (%s)", ln, objbuf) <= 0) in asn1_print_oid()
|
| /freebsd/crypto/openssl/apps/ |
| H A D | pkcs12.c | 1288 char objbuf[80]; in print_attribute() local 1319 OBJ_obj2txt(objbuf, sizeof(objbuf), av->value.object, 1); in print_attribute() 1320 BIO_printf(out, "%s (%s)", ln, objbuf); in print_attribute()
|
| /freebsd/contrib/bsnmp/lib/ |
| H A D | snmpagent.c | 632 char objbuf[ASN_OIDSTRLEN]; in snmp_dep_rollback() local 648 asn_oid2str_r(&ctx->dep->obj, objbuf), in snmp_dep_rollback()
|
| /freebsd/contrib/bsnmp/snmpd/ |
| H A D | config.c | 1304 char objbuf[ASN_OIDSTRLEN]; in read_config() local 1338 asn_oid2str_r(&snmp_ctx->dep->obj, objbuf), in read_config()
|