Searched refs:ssl_replace_hash (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | s3_enc.c | 131 if (ssl_replace_hash(&s->read_hash, m) == NULL) { in ssl3_change_cipher_state() 164 if (ssl_replace_hash(&s->write_hash, m) == NULL) { in ssl3_change_cipher_state()
|
H A D | t1_enc.c | 248 mac_ctx = ssl_replace_hash(&s->read_hash, NULL); in tls1_change_cipher_state() 303 mac_ctx = ssl_replace_hash(&s->write_hash, NULL); in tls1_change_cipher_state()
|
H A D | ssl_local.h | 2763 __owur EVP_MD_CTX *ssl_replace_hash(EVP_MD_CTX **hash, const EVP_MD *md);
|
H A D | ssl_lib.c | 4927 EVP_MD_CTX *ssl_replace_hash(EVP_MD_CTX **hash, const EVP_MD *md) in ssl_replace_hash() function
|
/third_party/openssl/ssl/ |
H A D | s3_enc.c | 131 if (ssl_replace_hash(&s->read_hash, m) == NULL) { in ssl3_change_cipher_state() 164 if (ssl_replace_hash(&s->write_hash, m) == NULL) { in ssl3_change_cipher_state()
|
H A D | t1_enc.c | 248 mac_ctx = ssl_replace_hash(&s->read_hash, NULL); in tls1_change_cipher_state() 303 mac_ctx = ssl_replace_hash(&s->write_hash, NULL); in tls1_change_cipher_state()
|
H A D | ssl_local.h | 2707 __owur EVP_MD_CTX *ssl_replace_hash(EVP_MD_CTX **hash, const EVP_MD *md);
|
H A D | ssl_lib.c | 4808 EVP_MD_CTX *ssl_replace_hash(EVP_MD_CTX **hash, const EVP_MD *md) in ssl_replace_hash() function
|
Completed in 30 milliseconds