Searched refs:CHACHA20_POLY1305 (Results 1 – 4 of 4) sorted by relevance
28 pub static CHACHA20_POLY1305: aead::Algorithm = aead::Algorithm { constant33 id: aead::AlgorithmID::CHACHA20_POLY1305,151 assert_eq!(super::CHACHA20_POLY1305.max_input_len, 274_877_906_880u64); in max_input_len_test()
86 &aead::CHACHA20_POLY1305, in aead_chacha20_poly1305()92 &aead::CHACHA20_POLY1305, in aead_chacha20_poly1305()
30 chacha20_poly1305::CHACHA20_POLY1305,624 CHACHA20_POLY1305, enumerator
75 Algorithm::ChaCha20_Poly1305 => &aead::CHACHA20_POLY1305, in get_ring_aead()