Searched refs:hctr2_hash_tweaklen (Results 1 - 1 of 1) sorted by last modified time

/linux-master/crypto/
H A Dhctr2.c109 static int hctr2_hash_tweaklen(struct hctr2_tfm_ctx *tctx, bool has_remainder) function
167 return hctr2_hash_tweaklen(tctx, true) ?: hctr2_hash_tweaklen(tctx, false);

Completed in 239 milliseconds