Searched refs:bn_bin2bn (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.c69 #define bn_bin2bn(bn, buf, len) \ macro
100 #define bn_bin2bn(bn, buf, len) gcry_mpi_scan(&bn, GCRYMPI_FMT_USG, buf, len, NULL) macro
174 #define bn_bin2bn(bn, buf, len) bn = BN_bin2bn(buf, len, 0) macro
313 bn_bin2bn(pub_key_bn, pub_key, pub_key_len);

Completed in 33 milliseconds