Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_auth.h82 extern const struct auth_hash auth_hash_poly1305;
H A Dxform_poly1305.c60 const struct auth_hash auth_hash_poly1305 = { variable
H A Dcrypto.c546 return (&auth_hash_poly1305); in crypto_auth_hash()
/freebsd/sys/netipsec/
H A Dxform_esp.c230 sav->tdb_authalgxform = &auth_hash_poly1305; in esp_init()
H A Dkey.c635 { SADB_X_AALG_CHACHA20POLY1305, &auth_hash_poly1305 },