Searched refs:p256_shl (Results 1 – 3 of 3) sorted by relevance
98 p256_digit p256_shl(const p256_int* a, int n, p256_int* b);
194 p256_digit p256_shl(const p256_int* a, int n, p256_int* b) { in p256_shl() function
1210 top = p256_shl(&result, 29, &tmp); in from_montgomery()1212 top = p256_shl(&result, 28, &tmp); in from_montgomery()