Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drtmpdh.c74 #define bn_set_word(bn, w) mpz_set_ui(bn, w) macro
127 #define bn_set_word(bn, w) gcry_mpi_set_ui(bn, w) macro
145 #define bn_set_word(bn, w) BN_set_word(bn, w) macro
179 #define bn_set_word(bn, w) mbedtls_mpi_lset(bn, w) macro
290 bn_set_word(bn, 1); in dh_is_valid_public_key()
337 bn_set_word(dh->g, 2); in ff_dh_init()