Home
last modified time | relevance | path

Searched refs:r_bytes (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_ecc.h31 uint32_t r_bytes; member
40 uint32_t r_bytes; member
H A Dhpre_ecc.c490 ecc_sign->r_bytes); in ecc_sign_out_to_crypto_bin()
1139 msg->param_size.ecc_sign.r_bytes = msg->curve_bytes; in hpre_ecc_sign_request_init()
1162 sdata->signature.length = ecc_sign->r_bytes + ecc_sign->s_bytes; in hpre_ecc_sign_get_data_out()
1163 memcpy(sdata->signature.data, msg->out, ecc_sign->r_bytes); in hpre_ecc_sign_get_data_out()
1164 memcpy(sdata->signature.data + ecc_sign->r_bytes, msg->out + in hpre_ecc_sign_get_data_out()
1283 ecc_verify->r_bytes); in hpre_ecc_verify_transfer_in()
1327 ecc_verify->r_bytes = sdata->signature.length >> 1; in hpre_ecc_verify_params_fill()
1328 memcpy(r, sdata->signature.data, ecc_verify->r_bytes); in hpre_ecc_verify_params_fill()
1329 ecc_verify->s_bytes = ecc_verify->r_bytes; in hpre_ecc_verify_params_fill()
1330 memcpy(s, sdata->signature.data + ecc_verify->r_bytes, in hpre_ecc_verify_params_fill()