Searched refs:fw_keyid (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | keylad.h | 20 enum RK_FW_KEYID fw_keyid, u32 keylen); 41 enum RK_FW_KEYID fw_keyid, u32 keylen);
|
| H A D | crypto.h | 97 u32 fw_keyid; member
|
| /rk3399_rockchip-uboot/drivers/keylad/ |
| H A D | keylad-uclass.c | 33 enum RK_FW_KEYID fw_keyid, u32 keylen) in keylad_transfer_fwkey() argument 43 return ops->transfer_fwkey(dev, dst, fw_keyid, keylen); in keylad_transfer_fwkey()
|
| H A D | rk_keylad.c | 226 u32 fw_keyid, u32 keylen) in rockchip_keylad_transfer_fwkey() argument 237 res = rk_get_fwkey_param(fw_keyid, &fw_key_offset, &max_key_len); in rockchip_keylad_transfer_fwkey()
|
| /rk3399_rockchip-uboot/drivers/crypto/ |
| H A D | crypto-uclass.c | 372 ctx->fw_keyid, ctx->key_len)) { in crypto_fw_cipher()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_fit.c | 210 ctx.fw_keyid = RK_FW_KEY0; in spl_fit_image_uncipher()
|