Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_ecc.c367 struct mpa_num *bn_hash = NULL; in rockchip_ecc_verify() local
388 rk_mpa_alloc(&bn_hash, hash, BYTE2WORD(hash_len)); in rockchip_ecc_verify()
389 if (!bn_hash) { in rockchip_ecc_verify()
399 RK_ECP_LOAD_DATA(ecc_st->e, bn_hash); in rockchip_ecc_verify()
421 rk_mpa_free(&bn_hash); in rockchip_ecc_verify()