Searched refs:Ai_len (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | tls1_prf.c | 295 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()
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | tls1_prf.c | 295 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()
|
Completed in 2 milliseconds