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

/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl_pkcs12.c93 if ((nkey = OBJ_txt2nid(StringValuePtr(key_nid))) == NID_undef)
97 if ((ncert = OBJ_txt2nid(StringValuePtr(cert_nid))) == NID_undef)
H A Dossl_asn1.c1381 if ((nid = OBJ_txt2nid(StringValuePtr(val))) != NID_undef)
1394 if ((nid = OBJ_txt2nid(StringValuePtr(val))) != NID_undef)
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dpkcs8.c126 pbe_nid=OBJ_txt2nid(*args);
H A Dpkcs12.c198 cert_pbe=OBJ_txt2nid(*args);
211 key_pbe=OBJ_txt2nid(*args);
H A Dreq.c1345 if ((nid=OBJ_txt2nid(type)) == NID_undef) goto start;
1408 if ((nid=OBJ_txt2nid(type)) == NID_undef)
H A Dca.c1780 if ((j=OBJ_txt2nid(cv->name)) == NID_undef)
2314 if ((nid=OBJ_txt2nid(type)) == NID_undef)
H A Dapps.c2140 if ((nid=OBJ_txt2nid(ne_types[i])) == NID_undef)
/macosx-10.10.1/OpenSSL098-52/src/crypto/ocsp/
H A Docsp_ext.c469 if ((nid=OBJ_txt2nid(*oids))!=NID_undef&&(o=OBJ_nid2obj(nid)))
/macosx-10.10.1/OpenSSL098-52/src/crypto/objects/
H A Dobj_dat.c396 * This will convert the "dotted" form into an object: unlike OBJ_txt2nid
601 int OBJ_txt2nid(const char *s) function
H A Dobjects.h1010 int OBJ_txt2nid(const char *s);
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dobjects.h1010 int OBJ_txt2nid(const char *s);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dobjects.h1014 int OBJ_txt2nid(char *s);
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-objects.c774 * This will convert the "dotted" form into an object: unlike OBJ_txt2nid
977 OBJ_txt2nid(const char *s)
H A Dossl-objects.h4029 int OBJ_txt2nid(const char *s);

Completed in 322 milliseconds