Searched defs:hpre_ecc_verify (Results 1 – 2 of 2) sorted by relevance
35 struct hpre_ecc_verify { struct36 uint32_t pubx_bytes;37 uint32_t puby_bytes;38 uint32_t e_bytes;39 uint32_t s_bytes;40 uint32_t r_bytes;
1409 static TEE_Result hpre_ecc_verify(struct drvcrypt_sign_data *sdata) in hpre_ecc_verify() function