Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dbn_mul.h1051 mbedtls_mpi_uint r0, r1, rx, ry; \
1059 ry = s1 * b0; r1 = s1 * b1; \
1061 r1 += ( ry >> biH ); \
1062 rx <<= biH; ry <<= biH; \
1064 r0 += ry; r1 += (r0 < ry); \
/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_ecc.c464 uint8_t *ry = rx + msg->key_bytes; in ecc_dh_out_to_crypto_bin() local
474 ret = hpre_bin_to_crypto_bin(ry, ry, msg->key_bytes, in ecc_dh_out_to_crypto_bin()