Home
last modified time | relevance | path

Searched refs:o_ctx (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/hmac/
H A Dhmac.c91 if (!EVP_DigestInit_ex(ctx->o_ctx, md, impl) in HMAC_Init_ex()
92 || !EVP_DigestUpdate(ctx->o_ctx, pad, in HMAC_Init_ex()
144 if (!EVP_MD_CTX_copy_ex(ctx->md_ctx, ctx->o_ctx)) in HMAC_Final()
178 EVP_MD_CTX_reset(ctx->o_ctx); in hmac_ctx_cleanup()
192 EVP_MD_CTX_free(ctx->o_ctx); in HMAC_CTX_free()
204 if (ctx->o_ctx == NULL) in hmac_ctx_alloc_mds()
205 ctx->o_ctx = EVP_MD_CTX_new(); in hmac_ctx_alloc_mds()
206 if (ctx->o_ctx == NULL) in hmac_ctx_alloc_mds()
231 if (!EVP_MD_CTX_copy_ex(dctx->o_ctx, sctx->o_ctx)) in HMAC_CTX_copy()
270 EVP_MD_CTX_set_flags(ctx->o_ctx, flags); in HMAC_CTX_set_flags()
H A Dhmac_local.h24 EVP_MD_CTX *o_ctx; member

Completed in 7 milliseconds