Home
last modified time | relevance | path

Searched refs:old_ctx (Results 1 – 3 of 3) sorted by relevance

/openssl/ssl/
H A Dtls_depr.c107 ret->old_ctx = HMAC_CTX_new(); in ssl_hmac_old_new()
108 if (ret->old_ctx == NULL) in ssl_hmac_old_new()
116 HMAC_CTX_free(ctx->old_ctx); in ssl_hmac_old_free()
121 return HMAC_Init_ex(ctx->old_ctx, key, len, EVP_get_digestbyname(md), NULL); in ssl_hmac_old_init()
126 return HMAC_Update(ctx->old_ctx, data, len); in ssl_hmac_old_update()
133 if (HMAC_Final(ctx->old_ctx, md, &l) > 0) { in ssl_hmac_old_final()
144 return HMAC_size(ctx->old_ctx); in ssl_hmac_old_size()
149 return ctx->old_ctx; in ssl_hmac_get0_HMAC_CTX()
H A Dt1_lib.c4132 if (ctx->old_ctx != NULL) in ssl_hmac_init()
4143 if (ctx->old_ctx != NULL) in ssl_hmac_update()
4155 if (ctx->old_ctx != NULL) in ssl_hmac_final()
4166 if (ctx->old_ctx != NULL) in ssl_hmac_size()
H A Dssl_local.h721 HMAC_CTX *old_ctx; member

Completed in 28 milliseconds