Searched refs:derive_secret_key_and_iv (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/ssl/ |
D | tls13_enc.c | 333 static int derive_secret_key_and_iv(SSL *s, int sending, const EVP_MD *md, in derive_secret_key_and_iv() function 650 if (!derive_secret_key_and_iv(s, which & SSL3_CC_WRITE, md, cipher, in tls13_change_cipher_state() 784 if (!derive_secret_key_and_iv(s, sending, md, in tls13_update_key()
|