Home
last modified time | relevance | path

Searched refs:chacha20poly1305 (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Dktls.c228 crypto_info->chacha20poly1305.info.cipher_type = TLS_CIPHER_CHACHA20_POLY1305; in ktls_configure_crypto()
229 crypto_info->chacha20poly1305.info.version = s->version; in ktls_configure_crypto()
230 crypto_info->tls_crypto_info_len = sizeof(crypto_info->chacha20poly1305); in ktls_configure_crypto()
231 memcpy(crypto_info->chacha20poly1305.iv, iiv, in ktls_configure_crypto()
233 memcpy(crypto_info->chacha20poly1305.key, key, in ktls_configure_crypto()
235 memcpy(crypto_info->chacha20poly1305.rec_seq, rl_sequence, in ktls_configure_crypto()
238 *rec_seq = crypto_info->chacha20poly1305.rec_seq; in ktls_configure_crypto()
/third_party/openssl/ssl/
H A Dktls.c228 crypto_info->chacha20poly1305.info.cipher_type = TLS_CIPHER_CHACHA20_POLY1305; in ktls_configure_crypto()
229 crypto_info->chacha20poly1305.info.version = s->version; in ktls_configure_crypto()
230 crypto_info->tls_crypto_info_len = sizeof(crypto_info->chacha20poly1305); in ktls_configure_crypto()
231 memcpy(crypto_info->chacha20poly1305.iv, iiv, in ktls_configure_crypto()
233 memcpy(crypto_info->chacha20poly1305.key, key, in ktls_configure_crypto()
235 memcpy(crypto_info->chacha20poly1305.rec_seq, rl_sequence, in ktls_configure_crypto()
238 *rec_seq = crypto_info->chacha20poly1305.rec_seq; in ktls_configure_crypto()
/third_party/node/deps/openssl/openssl/include/internal/
H A Dktls.h257 struct tls12_crypto_info_chacha20_poly1305 chacha20poly1305; member
/third_party/openssl/include/internal/
H A Dktls.h257 struct tls12_crypto_info_chacha20_poly1305 chacha20poly1305; member

Completed in 3 milliseconds