/openbsd/regress/lib/libcrypto/objects/ |
H A D | objectstest.c | 268 if ((obj = OBJ_txt2obj(ot->oid, 0)) == NULL) { in obj_oid_test() 337 if ((obj = OBJ_txt2obj(ot->sn, 0)) == NULL) { in obj_txt_test() 351 if ((obj = OBJ_txt2obj(ot->ln, 0)) == NULL) { in obj_txt_test() 365 if ((obj = OBJ_txt2obj(ot->oid, 0)) == NULL) { in obj_txt_test()
|
/openbsd/lib/libcrypto/x509/ |
H A D | x509_pmaps.c | 216 obj1 = OBJ_txt2obj(val->name, 0); in v2i_POLICY_MAPPINGS() 217 obj2 = OBJ_txt2obj(val->value, 0); in v2i_POLICY_MAPPINGS()
|
H A D | x509_extku.c | 222 if (!(objtmp = OBJ_txt2obj(extval, 0))) { in v2i_EXTENDED_KEY_USAGE()
|
H A D | x509_alt.c | 584 if (!(obj = OBJ_txt2obj(value, 0))) { in a2i_GENERAL_NAME() 767 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0); in do_othername()
|
H A D | x509_info.c | 309 acc->method = OBJ_txt2obj(objtmp, 0); in v2i_AUTHORITY_INFO_ACCESS()
|
H A D | x509_cpols.c | 475 if (!(pobj = OBJ_txt2obj(cnf->name, 0))) { in STACK_OF() 513 if ((pobj = OBJ_txt2obj(cnf->value, 0)) == NULL) { in policy_section()
|
H A D | x509_att.c | 257 obj = OBJ_txt2obj(atrname, 0); in X509_ATTRIBUTE_create_by_txt()
|
H A D | x509name.c | 332 obj = OBJ_txt2obj(field, 0); in X509_NAME_ENTRY_create_by_txt()
|
H A D | x509_conf.c | 283 if ((obj = OBJ_txt2obj(name, 0)) == NULL) { in v3_generic_extension()
|
/openbsd/lib/libcrypto/hidden/openssl/ |
H A D | objects.h | 35 LCRYPTO_USED(OBJ_txt2obj);
|
/openbsd/lib/libcrypto/objects/ |
H A D | obj_dat.c | 446 OBJ_txt2obj(const char *s, int no_name) in OBJ_txt2obj() function 458 LCRYPTO_ALIAS(OBJ_txt2obj); 473 obj = OBJ_txt2obj(s, 0); in OBJ_txt2nid()
|
H A D | objects.h | 99 ASN1_OBJECT * OBJ_txt2obj(const char *s, int no_name);
|
/openbsd/lib/libcrypto/ts/ |
H A D | ts_conf.c | 302 if (!(policy_obj = OBJ_txt2obj(policy, 0))) { in TS_CONF_set_def_policy() 334 if (!(objtmp = OBJ_txt2obj(extval, 0))) { in TS_CONF_set_policies()
|
/openbsd/regress/lib/libcrypto/x509/policy/ |
H A D | policy.c | 610 OBJ_txt2obj(vct->policy_oid_to_check, 1) : NULL; in verify_cert_test() 612 OBJ_txt2obj(vct->policy_oid_to_check2, 1) : NULL; in verify_cert_test()
|
/openbsd/lib/libcrypto/asn1/ |
H A D | asn1_gen.c | 671 if (!(atmp->value.object = OBJ_txt2obj(str, 0))) { in asn1_str2type()
|
/openbsd/usr.bin/openssl/ |
H A D | x509.c | 167 if ((cfg.objtmp = OBJ_txt2obj(arg, 0)) == NULL) { in x509_opt_addreject() 186 if ((cfg.objtmp = OBJ_txt2obj(arg, 0)) == NULL) { in x509_opt_addtrust()
|
H A D | ts.c | 478 if ((oid_obj = OBJ_txt2obj(oid, 0)) == NULL) in txt2obj()
|
H A D | ca.c | 2570 otmp = OBJ_txt2obj(rev_arg, 0); in make_revocation_str() 2773 hold = OBJ_txt2obj(arg_str, 0); in unpack_revinfo()
|
H A D | apps.c | 1710 otmp = OBJ_txt2obj(argn, 0); in args_verify()
|
H A D | cms.c | 214 if ((cfg.econtent_type = OBJ_txt2obj(arg, 0)) == NULL) { in cms_opt_econtent_type()
|
/openbsd/usr.sbin/rpki-client/ |
H A D | x509.c | 129 *oid_table[i].ptr = OBJ_txt2obj(oid_table[i].oid, 1); in x509_init_oid()
|
/openbsd/lib/libcrypto/ |
H A D | Symbols.list | 1511 OBJ_txt2obj
|