Home
last modified time | relevance | path

Searched defs:bn_bin2bn (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtmpdh.c86 #define bn_bin2bn(bn, buf, len) \ macro
134 #define bn_bin2bn(bn, buf, len) gcry_mpi_scan(&bn, GCRYMPI_FMT_USG, buf, len, NULL) macro
152 #define bn_bin2bn(bn, buf, len) bn = BN_bin2bn(buf, len, 0) macro
186 #define bn_bin2bn(bn, buf, len) \ macro