Searched refs:OBJ_txt2obj (Results 1 – 22 of 22) sorted by relevance
| /dragonfly/crypto/libressl/crypto/x509/ |
| HD | x509_pmaps.c | 204 obj1 = OBJ_txt2obj(val->name, 0); in v2i_POLICY_MAPPINGS() 205 obj2 = OBJ_txt2obj(val->value, 0); in v2i_POLICY_MAPPINGS()
|
| HD | x509_extku.c | 203 if (!(objtmp = OBJ_txt2obj(extval, 0))) { in v2i_EXTENDED_KEY_USAGE()
|
| HD | x509_alt.c | 555 if (!(obj = OBJ_txt2obj(value, 0))) { in a2i_GENERAL_NAME() 734 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0); in do_othername()
|
| HD | x509_cpols.c | 447 if (!(pobj = OBJ_txt2obj(cnf->name, 0))) { in STACK_OF() 485 if ((pobj = OBJ_txt2obj(cnf->value, 0)) == NULL) { in policy_section()
|
| HD | x509_info.c | 287 acc->method = OBJ_txt2obj(objtmp, 0); in v2i_AUTHORITY_INFO_ACCESS()
|
| HD | x509_pci.c | 98 if (!(*language = OBJ_txt2obj(val->value, 0))) { in process_pci_value()
|
| HD | x509_att.c | 281 obj = OBJ_txt2obj(atrname, 0); in X509_ATTRIBUTE_create_by_txt()
|
| HD | x509name.c | 303 obj = OBJ_txt2obj(field, 0); in X509_NAME_ENTRY_create_by_txt()
|
| HD | x509_conf.c | 289 if (!(obj = OBJ_txt2obj(ext, 0))) { in v3_generic_extension()
|
| /dragonfly/crypto/libressl/crypto/ts/ |
| HD | ts_conf.c | 344 if (!(policy_obj = OBJ_txt2obj(policy, 0))) { in TS_CONF_set_def_policy() 375 if (!(objtmp = OBJ_txt2obj(extval, 0))) { in TS_CONF_set_policies()
|
| /dragonfly/crypto/libressl/crypto/objects/ |
| HD | obj_dat.c | 486 OBJ_txt2obj(const char *s, int no_name) in OBJ_txt2obj() function 514 obj = OBJ_txt2obj(s, 0); in OBJ_txt2nid()
|
| /dragonfly/usr.sbin/uefisign/ |
| HD | uefisign.c | 286 V_ASN1_OBJECT, OBJ_txt2obj("1.3.6.1.4.1.311.2.1.4", 1)); in sign()
|
| /dragonfly/crypto/libressl/include/openssl/ |
| HD | objects.h | 1007 ASN1_OBJECT * OBJ_txt2obj(const char *s, int no_name);
|
| /dragonfly/crypto/libressl/crypto/asn1/ |
| HD | asn1_gen.c | 666 if (!(atmp->value.object = OBJ_txt2obj(str, 0))) { in asn1_str2type()
|
| /dragonfly/crypto/libressl/apps/openssl/ |
| HD | x509.c | 160 if ((x509_config.objtmp = OBJ_txt2obj(arg, 0)) == NULL) { in x509_opt_addreject() 179 if ((x509_config.objtmp = OBJ_txt2obj(arg, 0)) == NULL) { in x509_opt_addtrust()
|
| HD | ts.c | 480 if ((oid_obj = OBJ_txt2obj(oid, 0)) == NULL) in txt2obj()
|
| HD | ca.c | 2769 otmp = OBJ_txt2obj(rev_arg, 0); in make_revocation_str() 2972 hold = OBJ_txt2obj(arg_str, 0); in unpack_revinfo()
|
| HD | cms.c | 214 if ((cms_config.econtent_type = OBJ_txt2obj(arg, 0)) == NULL) { in cms_opt_econtent_type()
|
| HD | apps.c | 1775 otmp = OBJ_txt2obj(argn, 0); in args_verify()
|
| /dragonfly/contrib/wpa_supplicant/src/utils/ |
| HD | http_curl.c | 810 obj = OBJ_txt2obj("1.3.6.1.5.5.7.1.12", 0); in add_logotype_ext()
|
| /dragonfly/crypto/libressl/ |
| HD | ChangeLog | 221 - Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj().
|
| /dragonfly/contrib/wpa_supplicant/src/common/ |
| HD | dpp.c | 930 oid = OBJ_txt2obj(dpp_curves[i].name, 0); in dpp_get_curve_oid()
|