Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_dh.c95 msg->out_bytes)) { in hpre_dh_parse_sqe()
215 msg->out_bytes = msg->pbytes; in hpre_dh_params_bn2bin()
320 ret = crypto_bignum_bin2bn(msg.out, msg.out_bytes, key->y); in hpre_dh_gen_keypair()
359 sdata->secret.length = msg.out_bytes; in hpre_dh_do_shared_secret()
360 memcpy(sdata->secret.data, msg.out, msg.out_bytes); in hpre_dh_do_shared_secret()
361 memzero_explicit(msg.out, msg.out_bytes); in hpre_dh_do_shared_secret()
H A Dhpre_dh.h28 uint32_t out_bytes; member