Home
last modified time | relevance | path

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

/third_party/openssl/crypto/kdf/
Dtls1_prf.c184 size_t A1_len; in tls1_prf_P_hash() local
206 if (!EVP_DigestSignFinal(ctx, A1, &A1_len)) in tls1_prf_P_hash()
213 if (!EVP_DigestSignUpdate(ctx, A1, A1_len)) in tls1_prf_P_hash()
227 if (!EVP_DigestSignFinal(ctx_tmp, A1, &A1_len)) in tls1_prf_P_hash()
231 if (!EVP_DigestSignFinal(ctx, A1, &A1_len)) in tls1_prf_P_hash()