Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_ecc.h23 uint32_t rx_bytes; member
H A Dhpre_ecc.c468 ecc_dh->rx_bytes); in ecc_dh_out_to_crypto_bin()
854 msg->param_size.ecc_dh.rx_bytes = msg->curve_bytes; in hpre_ecc_request_init()
945 ret = crypto_bignum_bin2bn(msg.out, ecc_dh->rx_bytes, key->x); in hpre_ecc_gen_keypair()
1006 memcpy(sdata->secret.data, msg.out, ecc_dh->rx_bytes); in hpre_ecc_do_shared_secret()
1007 sdata->secret.length = ecc_dh->rx_bytes; in hpre_ecc_do_shared_secret()