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

/freebsd-9.3-release/crypto/openssl/apps/
H A Dpkcs8.c119 pbe_nid = OBJ_txt2nid(*args);
H A Dpkcs12.c229 cert_pbe = OBJ_txt2nid(*args);
243 key_pbe = OBJ_txt2nid(*args);
H A Dreq.c1291 if ((nid = OBJ_txt2nid(type)) == NID_undef)
1349 if ((nid = OBJ_txt2nid(type)) == NID_undef)
H A Dca.c1704 if ((j = OBJ_txt2nid(cv->name)) == NID_undef) {
2238 if ((nid = OBJ_txt2nid(type)) == NID_undef) {
H A Dapps.c2021 if ((nid = OBJ_txt2nid(ne_types[i])) == NID_undef) {
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c116 nid = OBJ_txt2nid("commonName");
/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c507 if ((nid = OBJ_txt2nid(*oids)) != NID_undef && (o = OBJ_nid2obj(nid)))
/freebsd-9.3-release/crypto/openssl/crypto/objects/
H A Dobj_dat.c405 * into an object: unlike OBJ_txt2nid it can be used with any objects, not
587 int OBJ_txt2nid(const char *s) function
H A Dobjects.h1014 int OBJ_txt2nid(const char *s);

Completed in 93 milliseconds