OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHA_init
(Results
1 - 7
of
7
) sorted by null
/bootable/bootloader/legacy/libc/
sha.h
44
void
SHA_init
(SHA_CTX *ctx);
sha.c
83
void
SHA_init
(SHA_CTX *ctx) {
136
SHA_init
(&ctx);
/system/core/include/mincrypt/
sha.h
50
void
SHA_init
(SHA_CTX* ctx);
/bootable/recovery/
verifier.c
140
SHA_init
(&ctx);
/system/core/libmincrypt/
sha.c
286
void
SHA_init
(SHA_CTX* ctx) {
300
SHA_init
(&ctx);
/system/core/mkbootimg/
mkbootimg.c
214
SHA_init
(&ctx);
/bootable/recovery/applypatch/
applypatch.c
179
SHA_init
(&sha_ctx);
737
SHA_init
(&ctx);
Completed in 321 milliseconds