Searched refs:BN_mpi2bn (Results 1 – 7 of 7) sorted by relevance
8 BN_mpi2bn - format conversions30 BIGNUM *BN_mpi2bn(unsigned char *s, int len, BIGNUM *ret);67 BN_bn2mpi() and BN_mpi2bn() convert B<BIGNUM>s from and to a format77 BN_mpi2bn() converts the B<len> bytes long representation at B<s> to96 BN_bn2mpi() returns the length of the representation. BN_mpi2bn()
42 BIGNUM *BN_mpi2bn(const unsigned char *d, int n, BIGNUM *ain) in BN_mpi2bn() function
226 BIGNUM *BN_mpi2bn(const unsigned char *s, int len, BIGNUM *ret);
2061 if (!TEST_ptr(bn2 = BN_mpi2bn(scratch, mpi_len, NULL))) in test_mpi()
957 #define BN_mpi2bn BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_mpi2bn) macro
225 BN_F_BN_MPI2BN:112:BN_mpi2bn
3597 BN_mpi2bn 3551 1_1_0 EXIST::FUNCTION: