Searched refs:eph_key_size (Results 1 – 4 of 4) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | blk-crypto.h | 31 __u64 eph_key_size; member
|
| /linux/include/soc/qcom/ |
| H A D | ice.h | 22 const u8 *eph_key, size_t eph_key_size,
|
| /linux/include/linux/ |
| H A D | blk-crypto-profile.h | 72 const u8 *eph_key, size_t eph_key_size,
|
| /linux/drivers/firmware/qcom/ |
| H A D | qcom_scm.c | 1600 int qcom_scm_derive_sw_secret(const u8 *eph_key, size_t eph_key_size, in qcom_scm_derive_sw_secret() argument 1613 eph_key_size, in qcom_scm_derive_sw_secret() 1624 memcpy(eph_key_buf, eph_key, eph_key_size); in qcom_scm_derive_sw_secret() 1626 desc.args[1] = eph_key_size; in qcom_scm_derive_sw_secret() 1634 memzero_explicit(eph_key_buf, eph_key_size); in qcom_scm_derive_sw_secret() 1693 u8 *eph_key, size_t eph_key_size) in qcom_scm_prepare_ice_key() argument 1711 eph_key_size, in qcom_scm_prepare_ice_key() 1720 desc.args[3] = eph_key_size; in qcom_scm_prepare_ice_key() 1724 memcpy(eph_key, eph_key_buf, eph_key_size); in qcom_scm_prepare_ice_key() 1727 memzero_explicit(eph_key_buf, eph_key_size); in qcom_scm_prepare_ice_key()
|