Home
last modified time | relevance | path

Searched refs:mod_mul (Results 1 - 2 of 2) sorted by relevance

/third_party/openssl/test/
H A Dbntest.c1587 BIGNUM *a = NULL, *b = NULL, *m = NULL, *mod_mul = NULL, *ret = NULL; in file_modmul() local
1593 || !TEST_ptr(mod_mul = getBN(s, "ModMul")) in file_modmul()
1598 || !equalBN("A * B (mod M)", mod_mul, ret)) in file_modmul()
1616 || !equalBN("A * B (mod M) (mont)", mod_mul, ret)) in file_modmul()
1632 BN_free(mod_mul); in file_modmul()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs618 pub fn mod_mul( in mod_mul() functions

Completed in 6 milliseconds