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