| D | t1_enc.c | 174 static void tls1_PRF(const EVP_MD *md5, const EVP_MD *sha1, in tls1_PRF() argument 187 tls1_P_hash(md5 ,S1,len,label,label_len,out1,olen); in tls1_PRF() 210 tls1_PRF(s->ctx->md5,s->ctx->sha1,buf,(int)(p-buf), in tls1_generate_key_block() 383 tls1_PRF(s->ctx->md5,s->ctx->sha1,buf,(int)(p-buf),key,j, in tls1_change_cipher_state() 397 tls1_PRF(s->ctx->md5,s->ctx->sha1,buf,p-buf,empty,0, in tls1_change_cipher_state() 690 tls1_PRF(s->ctx->md5,s->ctx->sha1,buf,(int)(q-buf), in tls1_final_finish_mac() 783 tls1_PRF(s->ctx->md5,s->ctx->sha1, in tls1_generate_master_secret()
|