Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_dh.h27 uint32_t gbytes; member
H A Dhpre_dh.c220 msg->gbytes = crypto_bignum_num_bytes(key->g); in hpre_dh_params_bn2bin()
223 msg->gbytes = crypto_bignum_num_bytes(pubkey); in hpre_dh_params_bn2bin()
224 if (msg->gbytes != msg->pbytes) in hpre_dh_params_bn2bin()
242 msg->gbytes); in hpre_dh_params_bn2bin()