Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls_sp_c32.c64 static const sp_digit p256_mod[8] ALIGNED(8) = { variable
459 sp_256_sub_8(r, r, p256_mod); in sp_256_sub_8_p256_mod()
639 const sp_digit* m = p256_mod; in sp_256_div2_8()
666 const sp_digit* m = p256_mod; in sp_256_mont_sub_8()
727 const uint64_t* a = (const void*)p256_mod; in sp_256_mul_add_4()
862 const sp_digit* a = p256_mod; in sp_256_mul_add_8()
1209 if (sp_256_cmp_8(r->x, p256_mod) >= 0) in sp_256_map_8()
1216 if (sp_256_cmp_8(r->y, p256_mod) >= 0) in sp_256_map_8()
1302 sp_256_sub_8(t1, p256_mod, q->y); in sp_256_proj_point_add_8()