OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kak
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/tools/
kwbimage.h
137
struct pubkey_der_v1
kak
; /* 0x8 - 0x213 */
member in struct:secure_hdr_v1
kwbimage.c
138
[IMAGE_CFG_KAK] = "
KAK
",
447
return kwb_load_cfg_key(params, IMAGE_CFG_KAK, "
KAK
", p_kak);
749
ret = kwb_compute_pubkey_hash(&sec_hdr->
kak
, &kak_pub_hash);
753
fprintf(out, "# burn
KAK
pub key hash\n");
1107
int export_pub_kak_hash(RSA *
kak
, struct secure_hdr_v1 *secure_hdr)
1114
res = kwb_export_pubkey(
kak
, &secure_hdr->
kak
, hashf, "
KAK
");
1124
RSA *
kak
= NULL;
local
1134
if (kwb_load_kak(params, &
kak
) < 0
[
all
...]
Completed in 271 milliseconds