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

12

/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_pmaps.c134 obj1 = OBJ_txt2obj(val->name, 0);
135 obj2 = OBJ_txt2obj(val->value, 0);
H A Dv3_extku.c133 if(!(objtmp = OBJ_txt2obj(extval, 0))) {
H A Dv3_info.c170 acc->method = OBJ_txt2obj(objtmp, 0);
H A Dv3_alt.c467 if(!(obj = OBJ_txt2obj(value,0)))
554 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
H A Dv3_cpols.c176 if(!(pobj = OBJ_txt2obj(cnf->name, 0))) {
210 if(!(pobj = OBJ_txt2obj(cnf->value, 0))) {
H A Dv3_pci.c89 if (!(*language = OBJ_txt2obj(val->value, 0)))
H A Dv3_conf.c268 if (!(obj = OBJ_txt2obj(ext, 0)))
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl_x509attr.c128 obj = OBJ_txt2obj(s, 0);
129 if(!obj) obj = OBJ_txt2obj(s, 1);
H A Dossl_x509ext.c318 obj = OBJ_txt2obj(s, 0);
319 if(!obj) obj = OBJ_txt2obj(s, 1);
H A Dossl_digest.c46 oid = OBJ_txt2obj(name, 0);
H A Dossl_asn1.c298 a1obj = OBJ_txt2obj(RSTRING_PTR(obj), 0);
299 if(!a1obj) a1obj = OBJ_txt2obj(RSTRING_PTR(obj), 1);
/macosx-10.10.1/OpenSSL098-52/src/crypto/objects/
H A Dobj_dat.c400 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name) function
605 obj = OBJ_txt2obj(s, 0);
H A Dobjects.h1008 ASN1_OBJECT * OBJ_txt2obj(const char *s, int no_name);
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509/
H A Dx509_att.c263 obj=OBJ_txt2obj(atrname, 0);
H A Dx509name.c281 obj=OBJ_txt2obj(field, 0);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dhttp_negotiate.c296 object = OBJ_txt2obj("1.2.840.113554.1.2.2", 1);
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dcurlx.c329 if ((p.accesstype = OBJ_obj2nid(OBJ_txt2obj(*++args,0))) == 0) badarg=1;
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-objects.c778 OBJ_txt2obj(const char *s, int no_name)
982 obj = OBJ_txt2obj(s, 0);
H A Dossl-objects.h100 #define OBJ_txt2obj ossl_OBJ_txt2obj macro
4027 ASN1_OBJECT * OBJ_txt2obj(const char *s, int no_name);
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dx509.c333 if (!(objtmp = OBJ_txt2obj(*(++argv), 0)))
346 if (!(objtmp = OBJ_txt2obj(*(++argv), 0)))
H A Dcms.c329 econtent_type = OBJ_txt2obj(*args, 0);
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dasn1_gen.c698 if (!(atmp->value.object = OBJ_txt2obj(str, 0)))
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dobjects.h1008 ASN1_OBJECT * OBJ_txt2obj(const char *s, int no_name);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dobjects.h1012 ASN1_OBJECT * OBJ_txt2obj(const char *s, int no_name);
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_engine_vars.c916 oid = OBJ_txt2obj(extension, 0);

Completed in 303 milliseconds

12