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

/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dd1_enc.c173 if (s->read_hash)
175 mac_size=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.c281 s->read_hash=m;
637 if (s->read_hash != NULL)
638 mac_size = EVP_MD_size(s->read_hash);
709 hash=ssl->read_hash;
754 EVP_MD_size(ssl->read_hash),
H A Ds3_enc.c228 s->read_hash=m;
507 if (s->read_hash != NULL)
508 mac_size = EVP_MD_size(s->read_hash);
603 hash=ssl->read_hash;
H A Ds3_pkt.c376 (s->read_hash != NULL))
378 /* s->read_hash != NULL => mac_size != -1 */
381 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.c388 (s->read_hash != NULL))
390 /* s->read_hash != NULL => mac_size != -1 */
393 mac_size=EVP_MD_size(s->read_hash);
H A Dssl.h965 const EVP_MD *read_hash; /* used for mac generation */ member in struct:ssl_st
/macosx-10.10.1/vim-55/src/
H A Dundo.c1585 char_u read_hash[UNDO_HASH_SIZE]; local
1676 if (fread(read_hash, UNDO_HASH_SIZE, 1, fp) != 1)
1682 if (memcmp(hash, read_hash, UNDO_HASH_SIZE) != 0
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h965 const EVP_MD *read_hash; /* used for mac generation */ member in struct:ssl_st

Completed in 303 milliseconds