Home
last modified time | relevance | path

Searched refs:OBJ_txt2obj (Results 1 – 22 of 22) sorted by relevance

/dragonfly/crypto/libressl/crypto/x509/
HDx509_pmaps.c204 obj1 = OBJ_txt2obj(val->name, 0); in v2i_POLICY_MAPPINGS()
205 obj2 = OBJ_txt2obj(val->value, 0); in v2i_POLICY_MAPPINGS()
HDx509_extku.c203 if (!(objtmp = OBJ_txt2obj(extval, 0))) { in v2i_EXTENDED_KEY_USAGE()
HDx509_alt.c555 if (!(obj = OBJ_txt2obj(value, 0))) { in a2i_GENERAL_NAME()
734 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0); in do_othername()
HDx509_cpols.c447 if (!(pobj = OBJ_txt2obj(cnf->name, 0))) { in STACK_OF()
485 if ((pobj = OBJ_txt2obj(cnf->value, 0)) == NULL) { in policy_section()
HDx509_info.c287 acc->method = OBJ_txt2obj(objtmp, 0); in v2i_AUTHORITY_INFO_ACCESS()
HDx509_pci.c98 if (!(*language = OBJ_txt2obj(val->value, 0))) { in process_pci_value()
HDx509_att.c281 obj = OBJ_txt2obj(atrname, 0); in X509_ATTRIBUTE_create_by_txt()
HDx509name.c303 obj = OBJ_txt2obj(field, 0); in X509_NAME_ENTRY_create_by_txt()
HDx509_conf.c289 if (!(obj = OBJ_txt2obj(ext, 0))) { in v3_generic_extension()
/dragonfly/crypto/libressl/crypto/ts/
HDts_conf.c344 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/
HDobj_dat.c486 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/
HDuefisign.c286 V_ASN1_OBJECT, OBJ_txt2obj("1.3.6.1.4.1.311.2.1.4", 1)); in sign()
/dragonfly/crypto/libressl/include/openssl/
HDobjects.h1007 ASN1_OBJECT * OBJ_txt2obj(const char *s, int no_name);
/dragonfly/crypto/libressl/crypto/asn1/
HDasn1_gen.c666 if (!(atmp->value.object = OBJ_txt2obj(str, 0))) { in asn1_str2type()
/dragonfly/crypto/libressl/apps/openssl/
HDx509.c160 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()
HDts.c480 if ((oid_obj = OBJ_txt2obj(oid, 0)) == NULL) in txt2obj()
HDca.c2769 otmp = OBJ_txt2obj(rev_arg, 0); in make_revocation_str()
2972 hold = OBJ_txt2obj(arg_str, 0); in unpack_revinfo()
HDcms.c214 if ((cms_config.econtent_type = OBJ_txt2obj(arg, 0)) == NULL) { in cms_opt_econtent_type()
HDapps.c1775 otmp = OBJ_txt2obj(argn, 0); in args_verify()
/dragonfly/contrib/wpa_supplicant/src/utils/
HDhttp_curl.c810 obj = OBJ_txt2obj("1.3.6.1.5.5.7.1.12", 0); in add_logotype_ext()
/dragonfly/crypto/libressl/
HDChangeLog221 - Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj().
/dragonfly/contrib/wpa_supplicant/src/common/
HDdpp.c930 oid = OBJ_txt2obj(dpp_curves[i].name, 0); in dpp_get_curve_oid()