Home
last modified time | relevance | path

Searched refs:chacha20poly1305 (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dktls.c304 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()
/freebsd/sys/contrib/libsodium/
H A DAUTHORS16 chacha20poly1305 Adam Langley
44 crypto_aead/chacha20poly1305 Frank Denis
/freebsd/crypto/openssh/
H A DPROTOCOL.chacha20poly1305104 http://tools.ietf.org/html/draft-agl-tls-chacha20poly1305-03
106 $OpenBSD: PROTOCOL.chacha20poly1305,v 1.5 2020/02/21 00:04:43 dtucker Exp $
H A DPROTOCOL97 as described in PROTOCOL.chacha20poly1305.
/freebsd/crypto/openssl/include/internal/
H A Dktls.h262 struct tls12_crypto_info_chacha20_poly1305 chacha20poly1305; member
/freebsd/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am5 crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c \