Searched refs:res (Results 1 – 3 of 3) sorted by relevance
/crypto/ |
D | crypto_user_base.c | 230 int res; in crypto_dump_report() local 240 res = crypto_report_alg(alg, &info); in crypto_dump_report() 241 if (res == -EMSGSIZE) in crypto_dump_report() 243 if (res) in crypto_dump_report() 249 res = skb->len; in crypto_dump_report() 252 return res; in crypto_dump_report()
|
D | lrw.c | 116 int i, res = 0; in lrw_next_index() local 120 return res + ffz(counter[i]++); in lrw_next_index() 123 res += 32; in lrw_next_index()
|
D | ecc.c | 1298 u64 res[ECC_MAX_DIGITS]; in __ecc_is_key_valid() local 1309 vli_sub(res, curve->n, one, ndigits); in __ecc_is_key_valid() 1310 vli_sub(res, res, one, ndigits); in __ecc_is_key_valid() 1311 if (vli_cmp(res, private_key, ndigits) != 1) in __ecc_is_key_valid()
|