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

  /external/chromium_org/net/android/
keystore.h 77 // rawSignDigestWithPrivateKey method in AndroidKeyStore.java.
84 NET_EXPORT bool RawSignDigestWithPrivateKey(
keystore.cc 90 bool RawSignDigestWithPrivateKey(
keystore_openssl.cc 168 if (!RawSignDigestWithPrivateKey(private_key, from_piece, &result)) {
182 // Copy result to OpenSSL-provided buffer. RawSignDigestWithPrivateKey
404 if (!RawSignDigestWithPrivateKey(
594 if (!RawSignDigestWithPrivateKey(
701 // base::android::RawSignDigestWithPrivateKey() cannot work, so
keystore_unittest.cc 37 // RawSignDigestWithPrivateKey() works correctly, it also verifies that
45 // RawSignDigestWithPrivateKey() internally to perform RSA/DSA/ECDSA
459 RawSignDigestWithPrivateKey(android_key,

Completed in 142 milliseconds