HomeSort by relevance Sort by last modified time
    Searched refs:GetDSAKeyParamQ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/android/
keystore.h 53 NET_EXPORT bool GetDSAKeyParamQ(jobject private_key,
keystore.cc 41 bool GetDSAKeyParamQ(jobject private_key_ref,
keystore_unittest.cc 528 TEST(AndroidKeyStore,GetDSAKeyParamQ) {
547 ASSERT_TRUE(GetDSAKeyParamQ(key_java.obj(), &q_java));
keystore_openssl.cc 490 if (!GetDSAKeyParamQ(private_key, &q)) {

Completed in 95 milliseconds