Searched refs:ctx_Ai (Results 1 – 1 of 1) sorted by relevance
293 EVP_MAC_CTX *ctx = NULL, *ctx_Ai = NULL; in tls1_prf_P_hash() local304 ctx_Ai = EVP_MAC_CTX_dup(ctx_init); in tls1_prf_P_hash()305 if (ctx_Ai == NULL) in tls1_prf_P_hash()307 if (seed != NULL && !EVP_MAC_update(ctx_Ai, seed, seed_len)) in tls1_prf_P_hash()312 if (!EVP_MAC_final(ctx_Ai, Ai, &Ai_len, sizeof(Ai))) in tls1_prf_P_hash()314 EVP_MAC_CTX_free(ctx_Ai); in tls1_prf_P_hash()315 ctx_Ai = NULL; in tls1_prf_P_hash()325 ctx_Ai = EVP_MAC_CTX_dup(ctx); in tls1_prf_P_hash()326 if (ctx_Ai == NULL) in tls1_prf_P_hash()348 EVP_MAC_CTX_free(ctx_Ai); in tls1_prf_P_hash()