Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_enc.h102 extern const struct enc_xform enc_xform_chacha20_poly1305;
H A Dxform_chacha20_poly1305.c153 const struct enc_xform enc_xform_chacha20_poly1305 = { variable
H A Dcrypto.c578 return (&enc_xform_chacha20_poly1305); in crypto_cipher()
/freebsd/sys/crypto/
H A Dchacha20_poly1305.c47 exf = &enc_xform_chacha20_poly1305; in chacha20_poly1305_encrypt()
102 exf = &enc_xform_chacha20_poly1305; in chacha20_poly1305_decrypt()
/freebsd/sys/netipsec/
H A Dkey.c620 { SADB_X_EALG_CHACHA20POLY1305, &enc_xform_chacha20_poly1305 },