Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dtls1_prf.c295 size_t Ai_len; in tls1_prf_P_hash() local
312 if (!EVP_MAC_final(ctx_Ai, Ai, &Ai_len, sizeof(Ai))) in tls1_prf_P_hash()
321 if (!EVP_MAC_update(ctx, Ai, Ai_len)) in tls1_prf_P_hash()
333 if (!EVP_MAC_final(ctx, Ai, &Ai_len, sizeof(Ai))) in tls1_prf_P_hash()