| /src/crypto/external/bsd/openssl/dist/ssl/ |
| ktls.c | 228 crypto_info->chacha20poly1305.info.cipher_type = TLS_CIPHER_CHACHA20_POLY1305; 229 crypto_info->chacha20poly1305.info.version = s->version; 230 crypto_info->tls_crypto_info_len = sizeof(crypto_info->chacha20poly1305); 231 memcpy(crypto_info->chacha20poly1305.iv, iiv, 233 memcpy(crypto_info->chacha20poly1305.key, key, 235 memcpy(crypto_info->chacha20poly1305.rec_seq, rl_sequence, 238 *rec_seq = crypto_info->chacha20poly1305.rec_seq;
|
| /src/crypto/external/apache2/openssl/dist/ssl/record/methods/ |
| ktls_meth.c | 269 crypto_info->chacha20poly1305.info.cipher_type 271 crypto_info->chacha20poly1305.info.version = version; 272 crypto_info->tls_crypto_info_len = sizeof(crypto_info->chacha20poly1305); 273 memcpy(crypto_info->chacha20poly1305.iv, iv, ivlen); 274 memcpy(crypto_info->chacha20poly1305.key, key, keylen); 275 memcpy(crypto_info->chacha20poly1305.rec_seq, rl_sequence,
|
| /src/sys/rump/kern/lib/libcrypto/ |
| Makefile | 24 ${SODIUM_DIR}/crypto_aead/chacha20poly1305/sodium \
|
| /src/crypto/external/bsd/openssl/dist/include/internal/ |
| ktls.h | 257 struct tls12_crypto_info_chacha20_poly1305 chacha20poly1305; member in union:tls_crypto_info_all::__anon1508
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| ktls.h | 280 struct tls12_crypto_info_chacha20_poly1305 chacha20poly1305; member in union:tls_crypto_info_all::__anon421
|