Home
last modified time | relevance | path

Searched refs:thash (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dcryptodev.c397 struct auth_hash *thash; in cse_create() local
439 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 …]
/f-stack/freebsd/netipsec/
H A Dxform_ah.c178 const struct auth_hash *thash; in ah_init0() local
181 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()
/f-stack/dpdk/doc/api/
H A Ddoxy-api-index.md139 [thash] (@ref rte_thash.h),