Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls_sp_c32.c880 uint32_t t32; in sp_256_mul_add_8() local
929 t32 = (r[3] < b); // 0 or 1 in sp_256_mul_add_8()
940 if (t32 != 0) { in sp_256_mul_add_8()
942 t32 = (r[4] == 0); // 0 or 1 in sp_256_mul_add_8()
953 if (t32 != 0) { in sp_256_mul_add_8()
955 t32 = (r[5] == 0); // 0 or 1 in sp_256_mul_add_8()
963 t = t32 + (uint64_t)b + r[6]; in sp_256_mul_add_8()
Dtls.c1831 uint32_t t32; in process_server_key() local
1882 move_from_unaligned32(t32, keybuf); in process_server_key()
1884 switch (t32) { in process_server_key()
1900 bb_error_msg_and_die("elliptic curve is not x25519 or P256: 0x%08x", t32); in process_server_key()