Searched refs:OBJ_txt2nid (Results 1 - 11 of 11) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_pmeth.c166 param_nid = OBJ_txt2nid(value);
238 param_nid = OBJ_txt2nid(value);
H A Dgost_crypt.c132 nid = OBJ_txt2nid(params);
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dpkcs8.c127 pbe_nid=OBJ_txt2nid(*args);
H A Dreq.c1248 if ((nid=OBJ_txt2nid(type)) == NID_undef) goto start;
1311 if ((nid=OBJ_txt2nid(type)) == NID_undef)
H A Dpkcs12.c968 *ppbe=OBJ_txt2nid(str);
H A Dca.c1799 if ((j=OBJ_txt2nid(cv->name)) == NID_undef)
2321 if ((nid=OBJ_txt2nid(type)) == NID_undef)
H A Dapps.c2212 if ((nid=OBJ_txt2nid(ne_types[i])) == NID_undef)
/barrelfish-master/lib/openssl-1.0.0d/crypto/ocsp/
H A Docsp_ext.c463 if ((nid=OBJ_txt2nid(*oids))!=NID_undef&&(o=OBJ_nid2obj(nid)))
/barrelfish-master/lib/openssl-1.0.0d/crypto/objects/
H A Dobj_dat.c423 * This will convert the "dotted" form into an object: unlike OBJ_txt2nid
628 int OBJ_txt2nid(const char *s) function
H A Dobjects.h1010 int OBJ_txt2nid(const char *s);
/barrelfish-master/include/openssl/
H A Dobjects.h1010 int OBJ_txt2nid(const char *s);

Completed in 122 milliseconds