Searched refs:enc_xform_chacha20_poly1305 (Results 1 – 5 of 5) sorted by relevance
102 extern const struct enc_xform enc_xform_chacha20_poly1305;
153 const struct enc_xform enc_xform_chacha20_poly1305 = { variable
578 return (&enc_xform_chacha20_poly1305); in crypto_cipher()
47 exf = &enc_xform_chacha20_poly1305; in chacha20_poly1305_encrypt()102 exf = &enc_xform_chacha20_poly1305; in chacha20_poly1305_decrypt()
620 { SADB_X_EALG_CHACHA20POLY1305, &enc_xform_chacha20_poly1305 },