Searched refs:read_hash (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds2_enc.c76 ssl_replace_hash(&s->read_hash, md);
183 EVP_MD_CTX_copy(&c, s->read_hash);
H A Dt1_enc.c386 mac_ctx = ssl_replace_hash(&s->read_hash, NULL);
791 if (EVP_MD_CTX_md(s->read_hash)) {
792 int n = EVP_MD_CTX_size(s->read_hash);
911 if (EVP_MD_CTX_md(s->read_hash) != NULL)
912 mac_size = EVP_MD_CTX_size(s->read_hash);
1026 hash = ssl->read_hash;
H A Ds3_enc.c256 if (ssl_replace_hash(&s->read_hash, m) == NULL) {
553 if (EVP_MD_CTX_md(s->read_hash) != NULL)
554 mac_size = EVP_MD_CTX_size(s->read_hash);
741 hash = ssl->read_hash;
H A Ds2_pkt.c240 mac_size = EVP_MD_CTX_size(s->read_hash);
H A Dd1_pkt.c459 (s->enc_read_ctx != NULL) && (EVP_MD_CTX_md(s->read_hash) != NULL)) {
460 /* s->read_hash != NULL => mac_size != -1 */
463 mac_size = EVP_MD_CTX_size(s->read_hash);
H A Ds3_pkt.c467 (s->enc_read_ctx != NULL) && (EVP_MD_CTX_md(s->read_hash) != NULL)) {
468 /* s->read_hash != NULL => mac_size != -1 */
471 mac_size = EVP_MD_CTX_size(s->read_hash);
H A Dssl_lib.c243 ssl_clear_hash_ctx(&s->read_hash);
616 ssl_clear_hash_ctx(&s->read_hash);
2803 ssl_clear_hash_ctx(&s->read_hash);
2815 ssl_clear_hash_ctx(&s->read_hash);
H A Dssl.h1515 EVP_MD_CTX *read_hash; /* used for mac generation */ member in struct:ssl_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_enc.c157 if (s->read_hash != NULL)
158 n=EVP_MD_size(s->read_hash);
H A Ds2_enc.c78 s->read_hash=md;
179 EVP_DigestInit_ex(&c, s->read_hash, NULL);
H A Dt1_enc.c274 s->read_hash=m;
545 if (s->read_hash != NULL)
546 n=EVP_MD_size(s->read_hash);
735 hash=ssl->read_hash;
H A Ds3_enc.c228 s->read_hash=m;
603 hash=ssl->read_hash;
H A Ds3_pkt.c372 (s->read_hash == NULL))
377 mac_size=EVP_MD_size(s->read_hash);
H A Ds2_pkt.c249 mac_size=EVP_MD_size(s->read_hash);
H A Dd1_pkt.c384 (s->read_hash == NULL))
389 mac_size=EVP_MD_size(s->read_hash);
H A Dssl.h911 const EVP_MD *read_hash; /* used for mac generation */ member in struct:ssl_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds2_enc.c76 ssl_replace_hash(&s->read_hash, md);
183 EVP_MD_CTX_copy(&c, s->read_hash);
H A Dt1_enc.c386 mac_ctx = ssl_replace_hash(&s->read_hash, NULL);
791 if (EVP_MD_CTX_md(s->read_hash)) {
792 int n = EVP_MD_CTX_size(s->read_hash);
911 if (EVP_MD_CTX_md(s->read_hash) != NULL)
912 mac_size = EVP_MD_CTX_size(s->read_hash);
1026 hash = ssl->read_hash;
H A Ds3_enc.c256 if (ssl_replace_hash(&s->read_hash, m) == NULL) {
553 if (EVP_MD_CTX_md(s->read_hash) != NULL)
554 mac_size = EVP_MD_CTX_size(s->read_hash);
741 hash = ssl->read_hash;
H A Ds2_pkt.c240 mac_size = EVP_MD_CTX_size(s->read_hash);
H A Dd1_pkt.c459 (s->enc_read_ctx != NULL) && (EVP_MD_CTX_md(s->read_hash) != NULL)) {
460 /* s->read_hash != NULL => mac_size != -1 */
463 mac_size = EVP_MD_CTX_size(s->read_hash);
H A Ds3_pkt.c467 (s->enc_read_ctx != NULL) && (EVP_MD_CTX_md(s->read_hash) != NULL)) {
468 /* s->read_hash != NULL => mac_size != -1 */
471 mac_size = EVP_MD_CTX_size(s->read_hash);
H A Dssl_lib.c243 ssl_clear_hash_ctx(&s->read_hash);
616 ssl_clear_hash_ctx(&s->read_hash);
2803 ssl_clear_hash_ctx(&s->read_hash);
2815 ssl_clear_hash_ctx(&s->read_hash);
H A Dssl.h1515 EVP_MD_CTX *read_hash; /* used for mac generation */ member in struct:ssl_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h911 const EVP_MD *read_hash; /* used for mac generation */ member in struct:ssl_st

Completed in 326 milliseconds