Searched refs:tls1_prf_P_hash (Results 1 – 1 of 1) sorted by relevance
/openssl-master/providers/implementations/kdfs/ |
A D | tls1_prf.c | 285 static int tls1_prf_P_hash(EVP_MAC_CTX *ctx_init, in tls1_prf_P_hash() function 384 if (!tls1_prf_P_hash(mdctx, sec, L_S1, in tls1_prf_alg() 393 if (!tls1_prf_P_hash(sha1ctx, sec + slen - L_S2, L_S2, in tls1_prf_alg() 405 if (!tls1_prf_P_hash(mdctx, sec, slen, seed, seed_len, out, olen)) in tls1_prf_alg()
|
Completed in 4 milliseconds