Home
last modified time | relevance | path

Searched refs:tls1_prf_P_hash (Results 1 – 1 of 1) sorted by relevance

/src/crypto/openssl/providers/implementations/kdfs/
H A Dtls1_prf.c465 static int tls1_prf_P_hash(EVP_MAC_CTX *ctx_init, in tls1_prf_P_hash() function
564 if (!tls1_prf_P_hash(mdctx, sec, L_S1, in tls1_prf_alg()
571 if (!tls1_prf_P_hash(sha1ctx, sec + slen - L_S2, L_S2, in tls1_prf_alg()
583 if (!tls1_prf_P_hash(mdctx, sec, slen, seed, seed_len, out, olen)) in tls1_prf_alg()