Home
last modified time | relevance | path

Searched refs:kwb_export_pubkey (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/tools/
Dkwbimage.c516 static int kwb_export_pubkey(RSA *key, struct pubkey_der_v1 *dst, FILE *hashf, in kwb_export_pubkey() function
1114 res = kwb_export_pubkey(kak, &secure_hdr->kak, hashf, "KAK"); in export_pub_kak_hash()
1143 if (kwb_export_pubkey(csk, &secure_hdr->csk[csk_idx], NULL, "CSK") < 0) in kwb_sign_csk_with_kak()