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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmpdh.c62 #define bn_set_word(bn, w) mpz_set_ui(bn, w) macro
93 #define bn_set_word(bn, w) gcry_mpi_set_ui(bn, w) macro
167 #define bn_set_word(bn, w) BN_set_word(bn, w) macro
208 bn_set_word(bn, 1);
253 bn_set_word(dh->g, 2);

Completed in 103 milliseconds