Searched refs:sha (Results 1 - 9 of 9) sorted by relevance

/system/core/libmincrypt/
H A Drsa.c33 const uint8_t* sha);
38 const uint8_t *sha);
43 const uint8_t *sha) {
46 return RSA_e_3_verify(key, signature, len, sha);
49 return RSA_e_f4_verify(key, signature, len, sha);
40 RSA_verify(const RSAPublicKey *key, const uint8_t *signature, const int len, const uint8_t *sha) argument
H A DAndroid.mk7 LOCAL_SRC_FILES := rsa.c rsa_e_3.c rsa_e_f4.c sha.c
13 LOCAL_SRC_FILES := rsa.c rsa_e_3.c rsa_e_f4.c sha.c
H A Drsa_e_f4.c29 #include "mincrypt/sha.h"
158 const uint8_t* sha) {
180 // Xor sha portion, so it all becomes 00 iff equal.
182 buf[i] ^= *sha++;
155 RSA_e_f4_verify(const RSAPublicKey* key, const uint8_t* signature, const int len, const uint8_t* sha) argument
H A Drsa_e_3.c29 #include "mincrypt/sha.h"
165 const uint8_t *sha) {
194 /* Check sha digest matches. */
196 if (buf[i] != *sha++) {
162 RSA_e_3_verify(const RSAPublicKey *key, const uint8_t *signature, const int len, const uint8_t *sha) argument
/system/core/include/mincrypt/
H A Drsa.h51 const uint8_t* sha);
/system/core/mkbootimg/
H A Dmkbootimg.c25 #include "mincrypt/sha.h"
111 uint8_t* sha; local
235 sha = SHA_final(&ctx);
236 memcpy(hdr.id, sha,
/system/netd/
H A DSoftapController.cpp34 #include <openssl/sha.h>
/system/core/adb/
H A Dadb_auth_host.c46 #include <openssl/sha.h>
/system/vold/
H A Dcryptfs.c36 #include <openssl/sha.h>

Completed in 2366 milliseconds