Searched refs:mod_mul (Results 1 – 1 of 1) sorted by relevance
1595 BIGNUM *a = NULL, *b = NULL, *m = NULL, *mod_mul = NULL, *ret = NULL; in file_modmul() local1601 || !TEST_ptr(mod_mul = getBN(s, "ModMul")) in file_modmul()1606 || !equalBN("A * B (mod M)", mod_mul, ret)) in file_modmul()1624 || !equalBN("A * B (mod M) (mont)", mod_mul, ret)) in file_modmul()1640 BN_free(mod_mul); in file_modmul()