OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avb_sha512_init
(Results
1 - 10
of
10
) sorted by null
/external/avb/libavb/
avb_sha.h
78
void
avb_sha512_init
(AvbSHA512Ctx* ctx);
avb_vbmeta_image.c
191
avb_sha512_init
(&sha512_ctx);
avb_sha512.c
134
void
avb_sha512_init
(AvbSHA512Ctx* ctx) {
function
avb_slot_verify.c
398
avb_sha512_init
(&sha512_ctx);
[
all
...]
/external/u-boot/lib/libavb/
avb_sha.h
59
void
avb_sha512_init
(AvbSHA512Ctx* ctx);
avb_vbmeta_image.c
172
avb_sha512_init
(&sha512_ctx);
avb_sha512.c
107
void
avb_sha512_init
(AvbSHA512Ctx* ctx) {
function
avb_slot_verify.c
286
avb_sha512_init
(&sha512_ctx);
[
all
...]
/external/avb/test/
avb_util_unittest.cc
591
avb_sha512_init
(&ctx);
613
avb_sha512_init
(&ctx);
/external/avb/libavb_atx/
avb_atx_validate.c
52
avb_sha512_init
(&context);
Completed in 131 milliseconds