Home
last modified time | relevance | path

Searched defs: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