Searched refs:chacha20poly1305 (Results 1 – 6 of 6) sorted by relevance
304 crypto_info->chacha20poly1305.info.cipher_type = TLS_CIPHER_CHACHA20_POLY1305; in ktls_configure_crypto()305 crypto_info->chacha20poly1305.info.version = s->version; in ktls_configure_crypto()306 crypto_info->tls_crypto_info_len = sizeof(crypto_info->chacha20poly1305); in ktls_configure_crypto()307 memcpy(crypto_info->chacha20poly1305.iv, iiv, in ktls_configure_crypto()309 memcpy(crypto_info->chacha20poly1305.key, key, in ktls_configure_crypto()311 memcpy(crypto_info->chacha20poly1305.rec_seq, rl_sequence, in ktls_configure_crypto()315 crypto_info->chacha20poly1305.rec_seq)) in ktls_configure_crypto()
16 chacha20poly1305 Adam Langley44 crypto_aead/chacha20poly1305 Frank Denis
104 http://tools.ietf.org/html/draft-agl-tls-chacha20poly1305-03106 $OpenBSD: PROTOCOL.chacha20poly1305,v 1.5 2020/02/21 00:04:43 dtucker Exp $
97 as described in PROTOCOL.chacha20poly1305.
262 struct tls12_crypto_info_chacha20_poly1305 chacha20poly1305; member
5 crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c \