Home
last modified time | relevance | path

Searched refs:rec_seq (Results 1 – 3 of 3) sorted by relevance

/openssl-master/ssl/
A Dktls.c103 memcpy(crypto_info->rec_seq, rl_sequence, sizeof(crypto_info->rec_seq)); in ktls_configure_crypto()
104 if (rec_seq != NULL) in ktls_configure_crypto()
105 *rec_seq = crypto_info->rec_seq; in ktls_configure_crypto()
107 if (rec_seq != NULL) in ktls_configure_crypto()
108 *rec_seq = NULL; in ktls_configure_crypto()
189 if (rec_seq != NULL) in ktls_configure_crypto()
190 *rec_seq = crypto_info->gcm128.rec_seq; in ktls_configure_crypto()
204 if (rec_seq != NULL) in ktls_configure_crypto()
205 *rec_seq = crypto_info->gcm256.rec_seq; in ktls_configure_crypto()
220 *rec_seq = crypto_info->ccm128.rec_seq; in ktls_configure_crypto()
[all …]
A Dt1_enc.c204 unsigned char *rec_seq; in tls1_change_cipher_state() local
476 if (!ktls_configure_crypto(s, c, dd, rl_sequence, &crypto_info, &rec_seq, in tls1_change_cipher_state()
489 ++rec_seq[bit]; in tls1_change_cipher_state()
490 if (rec_seq[bit] != 0) in tls1_change_cipher_state()
A Dssl_local.h2758 unsigned char **rec_seq, unsigned char *iv,

Completed in 14 milliseconds