Searched refs:BN_bn2mpi (Results 1 – 3 of 3) sorted by relevance
527 size_t BN_bn2mpi(const BIGNUM *in, uint8_t *out) { in BN_bn2mpi() function
1692 const size_t mpi_len = BN_bn2mpi(bn.get(), NULL); in test_mpi()1699 const size_t mpi_len2 = BN_bn2mpi(bn.get(), scratch); in test_mpi()
817 OPENSSL_EXPORT size_t BN_bn2mpi(const BIGNUM *in, uint8_t *out);