Searched defs:BN_mpi2bn (Results 1 – 3 of 3) sorted by relevance
42 BIGNUM *BN_mpi2bn(const unsigned char *d, int n, BIGNUM *ain) in BN_mpi2bn() function
421 BIGNUM *BN_mpi2bn(const uint8_t *in, size_t len, BIGNUM *out) { in BN_mpi2bn() function
957 #define BN_mpi2bn BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_mpi2bn) macro