Lines Matching full:wrapped
1192 * Return: true iff the SCM calls wrapped by qcom_scm_ice_invalidate_key() and
1299 * qcom_scm_derive_sw_secret() - Derive software secret from wrapped key
1300 * @eph_key: an ephemerally-wrapped key
1305 * Derive a software secret from an ephemerally-wrapped key for software crypto
1309 * For more information on sw_secret, see the "Hardware-wrapped keys" section of
1355 * qcom_scm_generate_ice_key() - Generate a wrapped key for storage encryption
1356 * @lt_key: output buffer for the long-term wrapped key
1357 * @lt_key_size: size of @lt_key in bytes. Must be the exact wrapped key size
1361 * returned wrapped with the platform-specific Key Encryption Key.
1395 * @lt_key: a long-term wrapped key
1397 * @eph_key: output buffer for the ephemerally-wrapped key
1398 * @eph_key_size: size of @eph_key in bytes. Must be the exact wrapped key size
1401 * Given a long-term wrapped key, re-wrap it with the per-boot ephemeral key for
1450 * @lt_key: output buffer for the long-term wrapped key
1451 * @lt_key_size: size of @lt_key in bytes. Must be the exact wrapped key size
1454 * Import a raw key and return a long-term wrapped key. Uses the SoC's HWKM to