Home
last modified time | relevance | path

Searched refs:OBJ_txt2obj (Results 1 - 25 of 48) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_pmaps.c87 obj1 = OBJ_txt2obj(val->name, 0);
88 obj2 = OBJ_txt2obj(val->value, 0);
H A Dv3_extku.c93 if ((objtmp = OBJ_txt2obj(extval, 0)) == NULL) {
H A Dv3_info.c137 acc->method = OBJ_txt2obj(objtmp, 0);
H A Dv3_cpols.c138 if ((pobj = OBJ_txt2obj(cnf->name, 0)) == NULL) {
181 if ((pobj = OBJ_txt2obj(cnf->value, 0)) == NULL) {
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 Dv3_pci.c97 if ((*language = OBJ_txt2obj(val->value, 0)) == NULL) { in process_pci_value()
H A Dx509name.c250 obj = OBJ_txt2obj(field, 0); in X509_NAME_ENTRY_create_by_txt()
H A Dx509_att.c312 obj = OBJ_txt2obj(atrname, 0); in X509_ATTRIBUTE_create_by_txt()
/third_party/openssl/crypto/x509/
H A Dv3_pmaps.c87 obj1 = OBJ_txt2obj(val->name, 0);
88 obj2 = OBJ_txt2obj(val->value, 0);
H A Dv3_extku.c93 if ((objtmp = OBJ_txt2obj(extval, 0)) == NULL) {
H A Dv3_info.c137 acc->method = OBJ_txt2obj(objtmp, 0);
H A Dv3_cpols.c138 if ((pobj = OBJ_txt2obj(cnf->name, 0)) == NULL) {
181 if ((pobj = OBJ_txt2obj(cnf->value, 0)) == NULL) {
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.c243 obj = OBJ_txt2obj(atrname, 0); in X509_ATTRIBUTE_create_by_txt()
H A Dv3_pci.c97 if ((*language = OBJ_txt2obj(val->value, 0)) == NULL) { in process_pci_value()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dobject.rs20 pub fn OBJ_txt2obj(s: *const libc::c_char, no_name: libc::c_int) -> *mut ASN1_OBJECT; in OBJ_txt2obj() functions
/third_party/node/deps/openssl/openssl/crypto/objects/
H A Dobj_dat.c362 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()
/third_party/openssl/crypto/objects/
H A Dobj_dat.c362 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name) in OBJ_txt2obj() function
569 obj = OBJ_txt2obj(s, 0); in OBJ_txt2nid()
724 tmpoid = OBJ_txt2obj(oid, 1); in OBJ_create()
/third_party/openssl/ohos_lite/include/openssl/
H A Dobjects.h63 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name);
/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dobjects.h71 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name);
/third_party/openssl/include/openssl/
H A Dobjects.h71 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name);
/third_party/openssl/test/
H A Dcmp_client_test.c105 ASN1_OBJECT *type = OBJ_txt2obj("1.3.6.1.5.5.7.4.2", 1); in execute_exec_GENM_ses_test_single()

Completed in 14 milliseconds

12