Searched refs:boot_decrypt_key (Results 1 – 3 of 3) sorted by relevance
64 int boot_decrypt_key(const uint8_t *buf, uint8_t *enckey);
433 boot_decrypt_key(const uint8_t *buf, uint8_t *enckey) in boot_decrypt_key() function694 return boot_decrypt_key(buf, bs->enckey[slot]); in boot_enc_load()
286 rc = boot_decrypt_key(bs->enctlv[slot], bs->enckey[slot]); in boot_read_enc_key()