Searched refs:tls1_P_hash (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/tls/ |
D | kdf.c | 67 static int tls1_P_hash(uint8_t *out, size_t out_len, in tls1_P_hash() function 152 if (!tls1_P_hash(out, out_len, EVP_md5(), secret, secret_half, label, in CRYPTO_tls1_prf() 163 return tls1_P_hash(out, out_len, digest, secret, secret_len, label, label_len, in CRYPTO_tls1_prf()
|