Searched refs:OBJ_txt2nid (Results 1 – 14 of 14) sorted by relevance
116 OPENSSL_EXPORT int OBJ_txt2nid(const char *s);
127 pbe_nid=OBJ_txt2nid(*args); in MAIN()
1260 if ((nid=OBJ_txt2nid(type)) == NID_undef) goto start; in prompt_info()1323 if ((nid=OBJ_txt2nid(type)) == NID_undef) in prompt_info()
975 *ppbe=OBJ_txt2nid(str); in set_pbe()
1825 if ((j=OBJ_txt2nid(cv->name)) == NID_undef) in do_body()2348 if ((nid=OBJ_txt2nid(type)) == NID_undef) in certify_spkac()
2224 if ((nid=OBJ_txt2nid(ne_types[i])) == NID_undef) in parse_name()
463 if ((nid=OBJ_txt2nid(*oids))!=NID_undef&&(o=OBJ_nid2obj(nid))) in OCSP_accept_responses_new()
294 int OBJ_txt2nid(const char *s) { in OBJ_txt2nid() function
1010 int OBJ_txt2nid(const char *s);
631 int OBJ_txt2nid(const char *s) in OBJ_txt2nid() function
364 public static native int OBJ_txt2nid(String oid); in OBJ_txt2nid() method in NativeCrypto
153 int nid = OBJ_txt2nid(oid_string); in RegisterDynamicOid()
4641 int nid = OBJ_txt2nid(oid.c_str()); in NativeCrypto_OBJ_txt2nid()4656 int nid = OBJ_txt2nid(oid.c_str()); in NativeCrypto_OBJ_txt2nid_longName()5632 int nid = OBJ_txt2nid(oid.c_str()); in NativeCrypto_OBJ_txt2nid_oid()9668 NATIVE_METHOD(NativeCrypto, OBJ_txt2nid, "(Ljava/lang/String;)I"),