Home
last modified time | relevance | path

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

12

/openssl/crypto/x509/
H A Dv3_pmaps.c87 obj1 = OBJ_txt2obj(val->name, 0); in v2i_POLICY_MAPPINGS()
88 obj2 = OBJ_txt2obj(val->value, 0); in v2i_POLICY_MAPPINGS()
H A Dv3_extku.c117 if ((objtmp = OBJ_txt2obj(extval, 0)) == NULL) { in v2i_EXTENDED_KEY_USAGE()
H A Dv3_info.c136 acc->method = OBJ_txt2obj(objtmp, 0); in v2i_AUTHORITY_INFO_ACCESS()
H A Dv3_cpols.c138 if ((pobj = OBJ_txt2obj(cnf->name, 0)) == NULL) {
183 if ((pobj = OBJ_txt2obj(cnf->value, 0)) == NULL) { in policy_section()
H A Dv3_pci.c97 if ((*language = OBJ_txt2obj(val->value, 0)) == NULL) { in process_pci_value()
H A Dv3_san.c541 if ((obj = OBJ_txt2obj(value, 0)) == NULL) { in a2i_GENERAL_NAME()
661 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0); in do_othername()
H A Dx509name.c250 obj = OBJ_txt2obj(field, 0); in X509_NAME_ENTRY_create_by_txt()
H A Dx509_att.c320 ASN1_OBJECT *obj = OBJ_txt2obj(atrname, 0); in X509_ATTRIBUTE_create_by_txt()
H A Dv3_conf.c248 if ((obj = OBJ_txt2obj(ext, 0)) == NULL) { in v3_generic_extension()
/openssl/doc/man3/
H A DOBJ_nid2obj.pod8 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.
133 the functions OBJ_txt2obj() and OBJ_obj2txt() can process the numerical
184 obj = OBJ_txt2obj("1.2.3.4", 1);
H A DOSSL_CMP_ITAV_set0.pod91 ASN1_OBJECT *type = OBJ_txt2obj("1.2.3.4.5", 1);
H A DX509_NAME_add_entry_by_txt.pod59 the field name using OBJ_txt2obj(field, 0).
/openssl/crypto/objects/
H A Dobj_dat.c423 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name) in OBJ_txt2obj() function
626 ASN1_OBJECT *obj = OBJ_txt2obj(s, 0); in OBJ_txt2nid()
799 tmpoid = OBJ_txt2obj(oid, 1); in OBJ_create()
/openssl/include/openssl/
H A Dobjects.h71 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name);
/openssl/crypto/ts/
H A Dts_conf.c299 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()
/openssl/test/
H A Dcmp_hdr_test.c358 if (!TEST_ptr(itav = OSSL_CMP_ITAV_create(OBJ_txt2obj(oid, 1), val))) { in execute_HDR_generalInfo_push1_items_test()
H A Dcmp_client_test.c104 ASN1_OBJECT *type = OBJ_txt2obj("1.3.6.1.5.5.7.4.2", 1); in execute_exec_GENM_ses_test_single()
H A Dpkcs12_format_test.c765 …attr = X509_ATTRIBUTE_create(NID_oracle_jdk_trustedkeyusage, V_ASN1_OBJECT, OBJ_txt2obj("anyExtend… in test_set0_attrs()
/openssl/apps/
H A Dx509.c451 if ((objtmp = OBJ_txt2obj(opt_arg(), 0)) == NULL) { in x509_main()
462 if ((objtmp = OBJ_txt2obj(opt_arg(), 0)) == NULL) { in x509_main()
H A Dts.c364 if ((oid_obj = OBJ_txt2obj(oid, 0)) == NULL) in txt2obj()
H A Dpkcs12.c691 obj = OBJ_txt2obj(jdktrust, 0); in pkcs12_main()
H A Dca.c2371 otmp = OBJ_txt2obj(rev_arg, 0); in make_revocation_str()
2593 hold = OBJ_txt2obj(arg_str, 0); in unpack_revinfo()
/openssl/crypto/asn1/
H A Dasn1_gen.c633 if ((atmp->value.object = OBJ_txt2obj(str, 0)) == NULL) { in asn1_str2type()
/openssl/test/helpers/
H A Dpkcs12.c365 … x509_attr = X509_ATTRIBUTE_create(attr_nid, V_ASN1_OBJECT, OBJ_txt2obj(p_attr->value, 0)); in add_attributes()
/openssl/apps/lib/
H A Dopt.c724 otmp = OBJ_txt2obj(opt_arg(), 0); in opt_verify()

Completed in 81 milliseconds

12