Home
last modified time | relevance | path

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

/lib/crypto/
Dcurve25519-hacl64.c56 u128 xi = input[0]; in fproduct_copy_from_wide_() local
57 output[0] = ((u64)(xi)); in fproduct_copy_from_wide_()
60 u128 xi = input[1]; in fproduct_copy_from_wide_() local
61 output[1] = ((u64)(xi)); in fproduct_copy_from_wide_()
64 u128 xi = input[2]; in fproduct_copy_from_wide_() local
65 output[2] = ((u64)(xi)); in fproduct_copy_from_wide_()
68 u128 xi = input[3]; in fproduct_copy_from_wide_() local
69 output[3] = ((u64)(xi)); in fproduct_copy_from_wide_()
72 u128 xi = input[4]; in fproduct_copy_from_wide_() local
73 output[4] = ((u64)(xi)); in fproduct_copy_from_wide_()
[all …]
/lib/
Dbch.c1186 unsigned int sum, x, y, remaining, ak = 0, xi[BCH_MAX_M]; in build_deg2_base() local
1200 memset(xi, 0, sizeof(xi)); in build_deg2_base()
1206 if (y && (r < m) && !xi[r]) { in build_deg2_base()
1208 xi[r] = 1; in build_deg2_base()