Searched refs:OBJ_txt2nid (Results 1 – 20 of 20) sorted by relevance
127 pbe_nid=OBJ_txt2nid(*args); in MAIN()
1261 if ((nid=OBJ_txt2nid(type)) == NID_undef) goto start; in prompt_info()1324 if ((nid=OBJ_txt2nid(type)) == NID_undef) in prompt_info()
968 *ppbe=OBJ_txt2nid(str); in set_pbe()
1823 if ((j=OBJ_txt2nid(cv->name)) == NID_undef) in do_body()2346 if ((nid=OBJ_txt2nid(type)) == NID_undef) in certify_spkac()
2220 if ((nid=OBJ_txt2nid(ne_types[i])) == NID_undef) in parse_name()
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()
463 if ((nid=OBJ_txt2nid(*oids))!=NID_undef&&(o=OBJ_nid2obj(nid))) in OCSP_accept_responses_new()
1010 int OBJ_txt2nid(const char *s);
628 int OBJ_txt2nid(const char *s) in OBJ_txt2nid() function
627 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
4591 int nid = OBJ_txt2nid(oid.c_str()); in NativeCrypto_OBJ_txt2nid()4606 int nid = OBJ_txt2nid(oid.c_str()); in NativeCrypto_OBJ_txt2nid_longName()5582 int nid = OBJ_txt2nid(oid.c_str()); in NativeCrypto_OBJ_txt2nid_oid()9622 NATIVE_METHOD(NativeCrypto, OBJ_txt2nid, "(Ljava/lang/String;)I"),