Searched refs:old_ctx (Results 1 – 3 of 3) sorted by relevance
103 ret->old_ctx = HMAC_CTX_new(); in ssl_hmac_old_new()104 if (ret->old_ctx == NULL) in ssl_hmac_old_new()112 HMAC_CTX_free(ctx->old_ctx); in ssl_hmac_old_free()117 return HMAC_Init_ex(ctx->old_ctx, key, len, EVP_get_digestbyname(md), NULL); in ssl_hmac_old_init()122 return HMAC_Update(ctx->old_ctx, data, len); in ssl_hmac_old_update()129 if (HMAC_Final(ctx->old_ctx, md, &l) > 0) { in ssl_hmac_old_final()140 return HMAC_size(ctx->old_ctx); in ssl_hmac_old_size()145 return ctx->old_ctx; in ssl_hmac_get0_HMAC_CTX()
3431 if (ctx->old_ctx != NULL) in ssl_hmac_init()3442 if (ctx->old_ctx != NULL) in ssl_hmac_update()3454 if (ctx->old_ctx != NULL) in ssl_hmac_final()3465 if (ctx->old_ctx != NULL) in ssl_hmac_size()
797 HMAC_CTX *old_ctx; member
Completed in 19 milliseconds