Searched refs:b_tmp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-head/sys/netinet/libalias/ |
| HD | alias_mod.c | 145 struct dll *b, *b_tmp; in detach_dll() local 150 SLIST_FOREACH_SAFE(b, &dll_chain, next, b_tmp) in detach_dll()
|
| /freebsd-head/crypto/openssl/test/ |
| HD | bntest.c | 1613 BIGNUM *b_tmp = BN_new(); in file_modmul() local 1615 if (mont == NULL || a_tmp == NULL || b_tmp == NULL in file_modmul() 1618 || !TEST_true(BN_nnmod(b_tmp, b, m, ctx)) in file_modmul() 1620 || !TEST_true(BN_to_montgomery(b_tmp, b_tmp, mont, ctx)) in file_modmul() 1621 || !TEST_true(BN_mod_mul_montgomery(ret, a_tmp, b_tmp, in file_modmul() 1630 BN_free(b_tmp); in file_modmul()
|