Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_ecc.c462 struct hpre_ecc_dh *ecc_dh = &msg->param_size.ecc_dh; in ecc_dh_out_to_crypto_bin()
484 struct hpre_ecc_sign *ecc_sign = &msg->param_size.ecc_sign; in ecc_sign_out_to_crypto_bin()
712 struct hpre_ecc_dh *ecc_dh = &msg->param_size.ecc_dh; in hpre_ecc_dh_transfer_key()
733 struct hpre_ecc_dh *ecc_dh = &msg->param_size.ecc_dh; in hpre_ecc_dh_transfer_in()
758 struct hpre_ecc_dh *ecc_dh = &msg->param_size.ecc_dh; in hpre_ecc_dh_params_fill()
854 msg->param_size.ecc_dh.rx_bytes = msg->curve_bytes; in hpre_ecc_request_init()
855 msg->param_size.ecc_dh.ry_bytes = msg->curve_bytes; in hpre_ecc_request_init()
944 ecc_dh = &msg.param_size.ecc_dh; in hpre_ecc_gen_keypair()
1001 ecc_dh = &msg.param_size.ecc_dh; in hpre_ecc_do_shared_secret()
1022 struct hpre_ecc_sign *ecc_sign = &msg->param_size.ecc_sign; in hpre_ecc_sign_params_fill()
[all …]
H A Dhpre_ecc.h82 } param_size; member