Searched refs:ctx_init (Results 1 – 1 of 1) sorted by relevance
161 HMAC_CTX ctx, ctx_tmp, ctx_init; in tls1_P_hash() local170 HMAC_CTX_init(&ctx_init); in tls1_P_hash()171 if (!HMAC_Init_ex(&ctx_init, secret, secret_len, md, NULL) || in tls1_P_hash()172 !HMAC_CTX_copy_ex(&ctx, &ctx_init) || in tls1_P_hash()182 if (!HMAC_CTX_copy_ex(&ctx, &ctx_init) || in tls1_P_hash()218 HMAC_CTX_cleanup(&ctx_init); in tls1_P_hash()