Searched refs: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 242 if (bn_modexp(dh->pub_key, dh->g, dh->priv_key, dh->p) < 0) in dh_generate_key() 258 if ((ret = bn_modexp(k, pub_key_bn, dh->priv_key, dh->p)) < 0) { in dh_compute_key() 307 if ((ret = bn_modexp(bn, y, q, p)) < 0) in dh_is_valid_public_key()
|