Searched refs:tls1_P_hash (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/ssl/ |
D | t1_enc.c | 157 static int tls1_P_hash(uint8_t *out, size_t out_len, const EVP_MD *md, in tls1_P_hash() function 243 if (!tls1_P_hash(out, out_len, EVP_md5(), secret, secret_half, in tls1_prf() 254 if (!tls1_P_hash(out, out_len, ssl_get_handshake_digest(algorithm_prf), in tls1_prf()
|