Home
last modified time | relevance | path

Searched refs:auth_hash_poly1305 (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dxform_auth.h83 extern struct auth_hash auth_hash_poly1305;
H A Dxform_poly1305.c80 struct auth_hash auth_hash_poly1305 = { variable
H A Dcrypto.c567 return (&auth_hash_poly1305); in crypto_auth_hash()
H A Dcryptodev.c442 thash = &auth_hash_poly1305; in cse_create()