Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ec.c4595 HN_UBASE* k_buf; in _nx_crypto_ec_x25519_448_multiple() local
4617 k_buf = k_2.nx_crypto_huge_number_data; in _nx_crypto_ec_x25519_448_multiple()
4619 k_buf[0] &= 0xFFFFFFF8; in _nx_crypto_ec_x25519_448_multiple()
4620 k_buf[7] &= 0x7FFFFFFF; in _nx_crypto_ec_x25519_448_multiple()
4621 k_buf[7] |= 0x40000000; in _nx_crypto_ec_x25519_448_multiple()
4628 k_buf = k_2.nx_crypto_huge_number_data; in _nx_crypto_ec_x25519_448_multiple()
4630 k_buf[0] &= 0xFFFFFFFC; in _nx_crypto_ec_x25519_448_multiple()
4631 k_buf[13] |= 0x80000000; in _nx_crypto_ec_x25519_448_multiple()
4643 k_t = 1 & (k_buf[t >> 5] >> (t & 31)); in _nx_crypto_ec_x25519_448_multiple()