Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_mpi.c42 BIGNUM *BN_mpi2bn(const unsigned char *d, int n, BIGNUM *ain) in BN_mpi2bn() function
/third_party/boringssl/src/crypto/bn_extra/
Dconvert.c421 BIGNUM *BN_mpi2bn(const uint8_t *in, size_t len, BIGNUM *out) { in BN_mpi2bn() function
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h957 #define BN_mpi2bn BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_mpi2bn) macro