Searched refs:mod_mul (Results 1 – 1 of 1) sorted by relevance
1614 BIGNUM *a = NULL, *b = NULL, *m = NULL, *mod_mul = NULL, *ret = NULL; in file_modmul() local1620 || !TEST_ptr(mod_mul = getBN(s, "ModMul")) in file_modmul()1625 || !equalBN("A * B (mod M)", mod_mul, ret)) in file_modmul()1643 || !equalBN("A * B (mod M) (mont)", mod_mul, ret)) in file_modmul()1659 BN_free(mod_mul); in file_modmul()
Completed in 9 milliseconds