Searched refs:ctx_Ai (Results 1 – 1 of 1) sorted by relevance
469 EVP_MAC_CTX *ctx = NULL, *ctx_Ai = NULL; in tls1_prf_P_hash() local480 ctx_Ai = EVP_MAC_CTX_dup(ctx_init); in tls1_prf_P_hash()481 if (ctx_Ai == NULL) in tls1_prf_P_hash()483 if (seed != NULL && !EVP_MAC_update(ctx_Ai, seed, seed_len)) in tls1_prf_P_hash()488 if (!EVP_MAC_final(ctx_Ai, Ai, &Ai_len, sizeof(Ai))) in tls1_prf_P_hash()490 EVP_MAC_CTX_free(ctx_Ai); in tls1_prf_P_hash()491 ctx_Ai = NULL; in tls1_prf_P_hash()501 ctx_Ai = EVP_MAC_CTX_dup(ctx); in tls1_prf_P_hash()502 if (ctx_Ai == NULL) in tls1_prf_P_hash()524 EVP_MAC_CTX_free(ctx_Ai); in tls1_prf_P_hash()
Completed in 7 milliseconds