Searched defs:bn_set_word (Results 1 – 1 of 1) sorted by relevance
74 #define bn_set_word(bn, w) mpz_set_ui(bn, w) macro127 #define bn_set_word(bn, w) gcry_mpi_set_ui(bn, w) macro145 #define bn_set_word(bn, w) BN_set_word(bn, w) macro179 #define bn_set_word(bn, w) mbedtls_mpi_lset(bn, w) macro