/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ktls.c | 59 void *rl_sequence, ktls_crypto_info_t *crypto_info, in ktls_configure_crypto() 106 memcpy(crypto_info->rec_seq, rl_sequence, sizeof(crypto_info->rec_seq)); in ktls_configure_crypto() 161 void *rl_sequence, ktls_crypto_info_t *crypto_info, in ktls_configure_crypto() 190 memcpy(crypto_info->gcm128.rec_seq, rl_sequence, in ktls_configure_crypto() 205 memcpy(crypto_info->gcm256.rec_seq, rl_sequence, in ktls_configure_crypto() 220 memcpy(crypto_info->ccm128.rec_seq, rl_sequence, in ktls_configure_crypto() 235 memcpy(crypto_info->chacha20poly1305.rec_seq, rl_sequence, in ktls_configure_crypto() 58 ktls_configure_crypto(const SSL *s, const EVP_CIPHER *c, EVP_CIPHER_CTX *dd, void *rl_sequence, ktls_crypto_info_t *crypto_info, unsigned char **rec_seq, unsigned char *iv, unsigned char *key, unsigned char *mac_key, size_t mac_secret_size) ktls_configure_crypto() argument 160 ktls_configure_crypto(const SSL *s, const EVP_CIPHER *c, EVP_CIPHER_CTX *dd, void *rl_sequence, ktls_crypto_info_t *crypto_info, unsigned char **rec_seq, unsigned char *iv, unsigned char *key, unsigned char *mac_key, size_t mac_secret_size) ktls_configure_crypto() argument
|
H A D | t1_enc.c | 205 void *rl_sequence; in tls1_change_cipher_state() local 477 rl_sequence = RECORD_LAYER_get_write_sequence(&s->rlayer); in tls1_change_cipher_state() 479 rl_sequence = RECORD_LAYER_get_read_sequence(&s->rlayer); in tls1_change_cipher_state() 481 if (!ktls_configure_crypto(s, c, dd, rl_sequence, &crypto_info, &rec_seq, in tls1_change_cipher_state()
|
H A D | ssl_local.h | 2822 void *rl_sequence, ktls_crypto_info_t *crypto_info,
|
/third_party/openssl/ssl/ |
H A D | ktls.c | 59 void *rl_sequence, ktls_crypto_info_t *crypto_info, in ktls_configure_crypto() 106 memcpy(crypto_info->rec_seq, rl_sequence, sizeof(crypto_info->rec_seq)); in ktls_configure_crypto() 161 void *rl_sequence, ktls_crypto_info_t *crypto_info, in ktls_configure_crypto() 190 memcpy(crypto_info->gcm128.rec_seq, rl_sequence, in ktls_configure_crypto() 205 memcpy(crypto_info->gcm256.rec_seq, rl_sequence, in ktls_configure_crypto() 220 memcpy(crypto_info->ccm128.rec_seq, rl_sequence, in ktls_configure_crypto() 235 memcpy(crypto_info->chacha20poly1305.rec_seq, rl_sequence, in ktls_configure_crypto() 58 ktls_configure_crypto(const SSL *s, const EVP_CIPHER *c, EVP_CIPHER_CTX *dd, void *rl_sequence, ktls_crypto_info_t *crypto_info, unsigned char **rec_seq, unsigned char *iv, unsigned char *key, unsigned char *mac_key, size_t mac_secret_size) ktls_configure_crypto() argument 160 ktls_configure_crypto(const SSL *s, const EVP_CIPHER *c, EVP_CIPHER_CTX *dd, void *rl_sequence, ktls_crypto_info_t *crypto_info, unsigned char **rec_seq, unsigned char *iv, unsigned char *key, unsigned char *mac_key, size_t mac_secret_size) ktls_configure_crypto() argument
|
H A D | t1_enc.c | 205 void *rl_sequence; in tls1_change_cipher_state() local 472 rl_sequence = RECORD_LAYER_get_write_sequence(&s->rlayer); in tls1_change_cipher_state() 474 rl_sequence = RECORD_LAYER_get_read_sequence(&s->rlayer); in tls1_change_cipher_state() 476 if (!ktls_configure_crypto(s, c, dd, rl_sequence, &crypto_info, &rec_seq, in tls1_change_cipher_state()
|
H A D | ssl_local.h | 2766 void *rl_sequence, ktls_crypto_info_t *crypto_info,
|