Searched defs:BN_mul (Results 1 – 2 of 2) sorted by relevance
497 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in BN_mul() function
958 #define BN_mul BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_mul) macro