Home
last modified time | relevance | path

Searched defs:BN_mod_mul (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/bn/
Dbn_mod.c193 int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_mul() function
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h949 #define BN_mod_mul BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_mod_mul) macro