Searched refs:xbytes (Results 1 – 3 of 3) sorted by relevance
53 size_t xbytes = 0; in crypto_acipher_gen_dh_key() local69 xbytes = len; in crypto_acipher_gen_dh_key()71 xbytes = xbits / 8; in crypto_acipher_gen_dh_key()78 lmd_res = mbedtls_dhm_make_public(&dhm, (int)xbytes, buf, in crypto_acipher_gen_dh_key()84 crypto_bignum_bin2bn(buf, xbytes, key->y); in crypto_acipher_gen_dh_key()
25 uint32_t xbytes; member
214 msg->xbytes = BITS_TO_BYTES(key->xbits); in hpre_dh_params_bn2bin()229 ret = hpre_bin_from_crypto_bin(x, x, msg->key_bytes, msg->xbytes); in hpre_dh_params_bn2bin()