Searched refs:ctx_Ai (Results 1 – 1 of 1) sorted by relevance
291 EVP_MAC_CTX *ctx = NULL, *ctx_Ai = NULL; in tls1_prf_P_hash() local302 ctx_Ai = EVP_MAC_CTX_dup(ctx_init); in tls1_prf_P_hash()303 if (ctx_Ai == NULL) in tls1_prf_P_hash()305 if (seed != NULL && !EVP_MAC_update(ctx_Ai, seed, seed_len)) in tls1_prf_P_hash()310 if (!EVP_MAC_final(ctx_Ai, Ai, &Ai_len, sizeof(Ai))) in tls1_prf_P_hash()312 EVP_MAC_CTX_free(ctx_Ai); in tls1_prf_P_hash()313 ctx_Ai = NULL; in tls1_prf_P_hash()323 ctx_Ai = EVP_MAC_CTX_dup(ctx); in tls1_prf_P_hash()324 if (ctx_Ai == NULL) in tls1_prf_P_hash()346 EVP_MAC_CTX_free(ctx_Ai); in tls1_prf_P_hash()
Completed in 4 milliseconds