Home
last modified time | relevance | path

Searched refs:b_tmp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/libalias/
H A Dalias_mod.c145 struct dll *b, *b_tmp; in detach_dll() local
150 SLIST_FOREACH_SAFE(b, &dll_chain, next, b_tmp) in detach_dll()
/freebsd/crypto/openssl/test/
H A Dbntest.c1635 BIGNUM *b_tmp = BN_new(); in file_modmul() local
1637 if (mont == NULL || a_tmp == NULL || b_tmp == NULL in file_modmul()
1640 || !TEST_true(BN_nnmod(b_tmp, b, m, ctx)) in file_modmul()
1642 || !TEST_true(BN_to_montgomery(b_tmp, b_tmp, mont, ctx)) in file_modmul()
1643 || !TEST_true(BN_mod_mul_montgomery(ret, a_tmp, b_tmp, in file_modmul()
1652 BN_free(b_tmp); in file_modmul()