OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:secure_hdr_v1
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/tools/
kwbimage.h
132
struct
secure_hdr_v1
{
struct
kwbimage.c
736
int kwb_dump_fuse_cmds_38x(FILE *out, struct
secure_hdr_v1
*sec_hdr)
832
static int kwb_dump_fuse_cmds(struct
secure_hdr_v1
*sec_hdr)
995
headersz += sizeof(struct
secure_hdr_v1
);
1107
int export_pub_kak_hash(RSA *kak, struct
secure_hdr_v1
*secure_hdr)
1122
struct
secure_hdr_v1
*secure_hdr, RSA *csk)
1165
struct
secure_hdr_v1
*secure_hdr)
1187
secure_hdr->headersz_lsb = cpu_to_le16(sizeof(struct
secure_hdr_v1
));
1222
struct
secure_hdr_v1
*secure_hdr = NULL;
1283
secure_hdr = (struct
secure_hdr_v1
*)cur;
1284
cur += sizeof(struct
secure_hdr_v1
);
[
all
...]
Completed in 5522 milliseconds