/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_pmaps.c | 87 obj1 = OBJ_txt2obj(val->name, 0); in v2i_POLICY_MAPPINGS() 88 obj2 = OBJ_txt2obj(val->value, 0); in v2i_POLICY_MAPPINGS()
|
H A D | v3_extku.c | 93 if ((objtmp = OBJ_txt2obj(extval, 0)) == NULL) { in v2i_EXTENDED_KEY_USAGE()
|
H A D | v3_info.c | 137 acc->method = OBJ_txt2obj(objtmp, 0); in v2i_AUTHORITY_INFO_ACCESS()
|
H A D | v3_cpols.c | 138 if ((pobj = OBJ_txt2obj(cnf->name, 0)) == NULL) { 181 if ((pobj = OBJ_txt2obj(cnf->value, 0)) == NULL) { in policy_section()
|
H A D | v3_san.c | 542 if ((obj = OBJ_txt2obj(value, 0)) == NULL) { in a2i_GENERAL_NAME() 662 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0); in do_othername()
|
H A D | v3_pci.c | 97 if ((*language = OBJ_txt2obj(val->value, 0)) == NULL) { in process_pci_value()
|
H A D | x509name.c | 250 obj = OBJ_txt2obj(field, 0); in X509_NAME_ENTRY_create_by_txt()
|
H A D | x509_att.c | 312 obj = OBJ_txt2obj(atrname, 0); in X509_ATTRIBUTE_create_by_txt()
|
H A D | v3_conf.c | 244 if ((obj = OBJ_txt2obj(ext, 0)) == NULL) { in v3_generic_extension()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OBJ_nid2obj.pod | 8 OBJ_dup, OBJ_txt2obj, OBJ_obj2txt, OBJ_create, OBJ_cleanup, OBJ_add_sigid 25 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name); 68 OBJ_txt2obj() converts the text string I<s> into an ASN1_OBJECT structure. 132 the functions OBJ_txt2obj() and OBJ_obj2txt() can process the numerical 181 obj = OBJ_txt2obj("1.2.3.4", 1);
|
H A D | OSSL_CMP_ITAV_set0.pod | 71 ASN1_OBJECT *type = OBJ_txt2obj("1.2.3.4.5", 1);
|
H A D | X509_NAME_add_entry_by_txt.pod | 59 the field name using OBJ_txt2obj(field, 0).
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_dat.c | 362 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name) in OBJ_txt2obj() function 569 obj = OBJ_txt2obj(s, 0); in OBJ_txt2nid() 725 tmpoid = OBJ_txt2obj(oid, 1); in OBJ_create()
|
/freebsd/crypto/openssl/crypto/ts/ |
H A D | ts_conf.c | 299 if ((policy_obj = OBJ_txt2obj(policy, 0)) == NULL) { in TS_CONF_set_def_policy() 329 if ((objtmp = OBJ_txt2obj(extval, 0)) == NULL) { in TS_CONF_set_policies()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | objects.h | 71 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name);
|
/freebsd/usr.sbin/uefisign/ |
H A D | uefisign.c | 285 V_ASN1_OBJECT, OBJ_txt2obj("1.3.6.1.4.1.311.2.1.4", 1)); in sign()
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_hdr_test.c | 358 if (!TEST_ptr(itav = OSSL_CMP_ITAV_create(OBJ_txt2obj(oid, 1), val))) { in execute_HDR_generalInfo_push1_items_test()
|
H A D | cmp_client_test.c | 105 ASN1_OBJECT *type = OBJ_txt2obj("1.3.6.1.5.5.7.4.2", 1); in execute_exec_GENM_ses_test_single()
|
/freebsd/crypto/openssl/apps/ |
H A D | x509.c | 432 if ((objtmp = OBJ_txt2obj(opt_arg(), 0)) == NULL) { in x509_main() 443 if ((objtmp = OBJ_txt2obj(opt_arg(), 0)) == NULL) { in x509_main()
|
H A D | ts.c | 360 if ((oid_obj = OBJ_txt2obj(oid, 0)) == NULL) in txt2obj()
|
H A D | cmp.c | 1717 if ((policy = OBJ_txt2obj(opt_policy_oids, 1)) == 0) { in setup_request_ctx() 1805 type = OBJ_txt2obj(opt_geninfo, 1); in handle_opt_geninfo()
|
H A D | ca.c | 2405 otmp = OBJ_txt2obj(rev_arg, 0); in make_revocation_str() 2627 hold = OBJ_txt2obj(arg_str, 0); in unpack_revinfo()
|
H A D | cms.c | 549 econtent_type = OBJ_txt2obj(opt_arg(), 0); in cms_main()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | asn1_gen.c | 633 if ((atmp->value.object = OBJ_txt2obj(str, 0)) == NULL) { in asn1_str2type()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | opt.c | 694 otmp = OBJ_txt2obj(opt_arg(), 0); in opt_verify()
|