Searched refs:ctx_init (Results 1 – 1 of 1) sorted by relevance
162 HMAC_CTX ctx, ctx_tmp, ctx_init; in tls1_P_hash() local171 HMAC_CTX_init(&ctx_init); in tls1_P_hash()172 if (!HMAC_Init_ex(&ctx_init, secret, secret_len, md, NULL) || in tls1_P_hash()173 !HMAC_CTX_copy_ex(&ctx, &ctx_init) || in tls1_P_hash()184 if (!HMAC_CTX_copy_ex(&ctx, &ctx_init) || in tls1_P_hash()222 HMAC_CTX_cleanup(&ctx_init); in tls1_P_hash()