Home
last modified time | relevance | path

Searched refs:RawSignDigestWithPrivateKey (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/android/
Dkeystore.h84 NET_EXPORT bool RawSignDigestWithPrivateKey(
Dkeystore_openssl.cc236 if (!RawSignDigestWithPrivateKey(ex_data->private_key, from_piece, &result)) { in RsaMethodSignRaw()
469 if (!RawSignDigestWithPrivateKey(private_key, digest_sp, &signature)) { in EcdsaMethodSign()
Dkeystore.cc90 bool RawSignDigestWithPrivateKey( in RawSignDigestWithPrivateKey() function
Dkeystore_unittest.cc384 RawSignDigestWithPrivateKey(android_key, in DoKeySigning()