OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
236
if (!
RawSignDigestWithPrivateKey
(ex_data->private_key, from_piece, &result)) {
255
// Copy result to OpenSSL-provided buffer.
RawSignDigestWithPrivateKey
469
if (!
RawSignDigestWithPrivateKey
(private_key, digest_sp, &signature)) {
563
// base::android::
RawSignDigestWithPrivateKey
() cannot work, so
keystore_unittest.cc
38
//
RawSignDigestWithPrivateKey
() works correctly, it also verifies that
46
//
RawSignDigestWithPrivateKey
() internally to perform RSA/DSA/ECDSA
384
RawSignDigestWithPrivateKey
(android_key,
Completed in 60 milliseconds