Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_enc.h103 extern const struct enc_xform enc_xform_xchacha20_poly1305;
H A Dxform_chacha20_poly1305.c210 const struct enc_xform enc_xform_xchacha20_poly1305 = { variable
H A Dcrypto.c580 return (&enc_xform_xchacha20_poly1305); in crypto_cipher()
/freebsd/sys/crypto/
H A Dchacha20_poly1305.c150 exf = &enc_xform_xchacha20_poly1305; in xchacha20_poly1305_encrypt()
205 exf = &enc_xform_xchacha20_poly1305; in xchacha20_poly1305_decrypt()