Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_ecc.c346 static uint32_t rockchip_ecc_get_group_id(uint32_t crypto_algo) in rockchip_ecc_get_group_id() argument
348 switch (crypto_algo) { in rockchip_ecc_get_group_id()
362 int rockchip_ecc_verify(uint32_t crypto_algo, uint8_t *hash, uint32_t hash_len, in rockchip_ecc_verify() argument
368 uint32_t group_id = rockchip_ecc_get_group_id(crypto_algo); in rockchip_ecc_verify()
/rk3399_rockchip-uboot/include/rockchip/
H A Dcrypto_ecc.h121 int rockchip_ecc_verify(uint32_t crypto_algo, uint8_t *hash, uint32_t hash_len,
/rk3399_rockchip-uboot/common/
H A Dimage-sig.c69 struct crypto_algo crypto_algos[] = {
116 struct crypto_algo *image_get_crypto_algo(const char *full_name) in image_get_crypto_algo()
/rk3399_rockchip-uboot/include/
H A Dimage.h1165 struct crypto_algo *crypto; /* Crypto algorithm information */
1197 struct crypto_algo { struct
1271 struct crypto_algo *image_get_crypto_algo(const char *full_name);