Home
last modified time | relevance | path

Searched refs:get_hw_unq_key_blob_hw (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/include/drivers/nxp/crypto/caam/
H A Dcaam.h45 int get_hw_unq_key_blob_hw(uint8_t *hw_key, int size);
/rk3399_ARM-atf/drivers/nxp/crypto/caam/src/
H A Dhw_key_blob.c33 int get_hw_unq_key_blob_hw(uint8_t *hw_key, int size) in get_hw_unq_key_blob_hw() function
H A Dcaam.c336 ret = get_hw_unq_key_blob_hw(hw_key, size); in _get_hw_unq_key()
/rk3399_ARM-atf/plat/nxp/common/sip_svc/
H A Dsip_svc.c107 ret = get_hw_unq_key_blob_hw((uint8_t *) x1, (uint32_t) x2); in nxp_sip_handler()