Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_dh.c284 size_t p_bits = 0; in hpre_dh_gen_keypair() local
291 p_bits = crypto_bignum_num_bits(key->p); in hpre_dh_gen_keypair()
292 if (!p_bits) { in hpre_dh_gen_keypair()
296 msg.pbytes = BITS_TO_BYTES(p_bits); in hpre_dh_gen_keypair()
300 key->xbits = p_bits; in hpre_dh_gen_keypair()