Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_ecc.h27 struct hpre_ecc_sign { struct
28 uint32_t d_bytes;
29 uint32_t e_bytes;
30 uint32_t k_bytes;
31 uint32_t r_bytes;
32 uint32_t s_bytes;
H A Dhpre_ecc.c1168 static TEE_Result hpre_ecc_sign(struct drvcrypt_sign_data *sdata) in hpre_ecc_sign() function