Searched refs:ssl_get_handshake_digest (Results 1 – 4 of 4) sorted by relevance
/external/openssl/ssl/ |
D | t1_enc.c | 264 for (idx=0;ssl_get_handshake_digest(idx,&m,&md);idx++) { in tls1_PRF() 272 for (idx=0;ssl_get_handshake_digest(idx,&m,&md);idx++) { in tls1_PRF() 954 for (idx=0;ssl_get_handshake_digest(idx,&mask,&md);idx++) in tls1_final_finish_mac()
|
D | s3_enc.c | 615 for (i=0;ssl_get_handshake_digest(i,&mask,&md); i++) in ssl3_digest_cached_records()
|
D | ssl_locl.h | 829 int ssl_get_handshake_digest(int i,long *mask,const EVP_MD **md);
|
D | ssl_ciph.c | 646 int ssl_get_handshake_digest(int idx, long *mask, const EVP_MD **md) in ssl_get_handshake_digest() function
|