Searched defs:bn_modexp (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtmpdh.c | 110 static int bn_modexp(FFBigNum bn, FFBigNum y, FFBigNum q, FFBigNum p) in bn_modexp() function 137 static int bn_modexp(FFBigNum bn, FFBigNum y, FFBigNum q, FFBigNum p) in bn_modexp() function 155 static int bn_modexp(FFBigNum bn, FFBigNum y, FFBigNum q, FFBigNum p) in bn_modexp() function 215 #define bn_modexp(bn, y, q, p) mbedtls_mpi_exp_mod(bn, y, q, p, 0) macro
|