Home
last modified time | relevance | path

Searched refs:num4 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bearssl/src/hash/
H A Dghash_pwr8.c124 size_t num4, num1; in br_ghash_pwr8() local
148 num4 = len >> 6; in br_ghash_pwr8()
149 buf2 = buf1 + (num4 << 6); in br_ghash_pwr8()
190 cmpldi(%[num4], 0) in br_ghash_pwr8()
246 mtctr(%[num4]) in br_ghash_pwr8()
383 : [y] "b" (y), [h] "b" (h), [num4] "b" (num4), [num1] "b" (num1), in br_ghash_pwr8()
H A Dghash_pclmul.c237 size_t num4, num1; in br_ghash_pclmul() local
248 num4 = len >> 6; in br_ghash_pclmul()
250 buf2 = buf1 + (num4 << 6); in br_ghash_pclmul()
272 if (num4 > 0) { in br_ghash_pclmul()
300 while (num4 -- > 0) { in br_ghash_pclmul()
/freebsd/crypto/openssl/test/
H A Dnamemap_internal_test.c38 int num4 = ossl_namemap_add_name(nm, 0, ALIAS1_UC); in test_namemap() local
48 && TEST_int_eq(num3, num4) in test_namemap()
52 && TEST_int_eq(num4, check4) in test_namemap()
/freebsd/contrib/bearssl/src/int/
H A Di62_modpow2.c154 size_t u, num4; in montymul() local
156 num4 = 1 + ((num - 1) & ~(size_t)3); in montymul()
171 for (v = 1; v < num4; v += 4) { in montymul()