Searched refs:rockchip_ecc_verify (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/include/rockchip/ |
| H A D | crypto_ecc.h | 121 int rockchip_ecc_verify(uint32_t crypto_algo, uint8_t *hash, uint32_t hash_len,
|
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_ecc.c | 362 int rockchip_ecc_verify(uint32_t crypto_algo, uint8_t *hash, uint32_t hash_len, in rockchip_ecc_verify() function
|
| H A D | crypto_ce.c | 1044 ret = rockchip_ecc_verify(ctx->algo, hash, hash_len, &point_P, &point_sign); in rockchip_crypto_ec_verify()
|
| H A D | crypto_v2.c | 1552 ret = rockchip_ecc_verify(ctx->algo, hash, hash_len, &point_P, &point_sign); in rockchip_crypto_ec_verify()
|