Searched refs:RawSignDigestWithPrivateKey (Results 1 – 4 of 4) sorted by relevance
84 NET_EXPORT bool RawSignDigestWithPrivateKey(
236 if (!RawSignDigestWithPrivateKey(ex_data->private_key, from_piece, &result)) { in RsaMethodSignRaw()469 if (!RawSignDigestWithPrivateKey(private_key, digest_sp, &signature)) { in EcdsaMethodSign()
90 bool RawSignDigestWithPrivateKey( in RawSignDigestWithPrivateKey() function
384 RawSignDigestWithPrivateKey(android_key, in DoKeySigning()