Searched refs:key_length (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/keymaster/ |
D | keymaster_qcom.cpp | 385 const uint8_t* key, const size_t key_length, in qcom_km_import_keypair() argument 407 if (qcom_km_ION_memalloc(&ihandle, QSEECOM_ALIGN(key_length)) < 0) { in qcom_km_import_keypair() 430 memcpy((unsigned char *)ihandle.ion_sbuffer, key, key_length); in qcom_km_import_keypair() 432 send_cmd->pkcs8_key_len = key_length; in qcom_km_import_keypair()
|
/hardware/libhardware/include/hardware/ |
D | keymaster.h | 215 const uint8_t* key, const size_t key_length,
|
/hardware/samsung_slsi/exynos5/libkeymaster/ |
D | keymaster_mobicore.cpp | 137 const uint8_t* key, const size_t key_length, in exynos_km_import_keypair() argument 153 Unique_PKCS8_PRIV_KEY_INFO pkcs8(d2i_PKCS8_PRIV_KEY_INFO(NULL, &key, key_length)); in exynos_km_import_keypair()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | bt_amp_hci.h | 94 uint8 key_length;
|
D | 802.11.h | 1982 uint8 key_length; member
|