Searched refs:thash (Results 1 – 3 of 3) sorted by relevance
397 struct auth_hash *thash; in cse_create() local439 thash = NULL; in cse_create()442 thash = &auth_hash_poly1305; in cse_create()509 thash = &auth_hash_sha1; in cse_create()512 thash = &auth_hash_sha2_224; in cse_create()525 thash = &auth_hash_null; in cse_create()529 thash = &auth_hash_blake2b; in cse_create()532 thash = &auth_hash_blake2s; in cse_create()579 thash = NULL; in cse_create()626 if (thash != NULL) { in cse_create()[all …]
178 const struct auth_hash *thash; in ah_init0() local181 thash = auth_algorithm_lookup(sav->alg_auth); in ah_init0()182 if (thash == NULL) { in ah_init0()203 __func__, thash->name)); in ah_init0()207 if (keylen > thash->keysize && thash->keysize != 0) { in ah_init0()210 keylen, thash->name, thash->keysize)); in ah_init0()215 sav->tdb_authalgxform = thash; in ah_init0()
139 [thash] (@ref rte_thash.h),