Home
last modified time | relevance | path

Searched defs:hpre_ecc_verify (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_ecc.h35 struct hpre_ecc_verify { struct
36 uint32_t pubx_bytes;
37 uint32_t puby_bytes;
38 uint32_t e_bytes;
39 uint32_t s_bytes;
40 uint32_t r_bytes;
H A Dhpre_ecc.c1409 static TEE_Result hpre_ecc_verify(struct drvcrypt_sign_data *sdata) in hpre_ecc_verify() function