Searched refs:o_ctx (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/hmac/ |
H A D | hmac.c | 85 if (!EVP_DigestInit_ex(ctx->o_ctx, md, impl) in HMAC_Init_ex() 86 || !EVP_DigestUpdate(ctx->o_ctx, pad, in HMAC_Init_ex() 127 if (!EVP_MD_CTX_copy_ex(ctx->md_ctx, ctx->o_ctx)) in HMAC_Final() 161 EVP_MD_CTX_reset(ctx->o_ctx); in hmac_ctx_cleanup() 171 EVP_MD_CTX_free(ctx->o_ctx); in HMAC_CTX_free() 183 if (ctx->o_ctx == NULL) in hmac_ctx_alloc_mds() 184 ctx->o_ctx = EVP_MD_CTX_new(); in hmac_ctx_alloc_mds() 185 if (ctx->o_ctx == NULL) in hmac_ctx_alloc_mds() 210 if (!EVP_MD_CTX_copy_ex(dctx->o_ctx, sctx->o_ctx)) in HMAC_CTX_copy() [all...] |
H A D | hmac_local.h | 20 EVP_MD_CTX *o_ctx; member
|
/third_party/openssl/crypto/hmac/ |
H A D | hmac.c | 85 if (!EVP_DigestInit_ex(ctx->o_ctx, md, impl) in HMAC_Init_ex() 86 || !EVP_DigestUpdate(ctx->o_ctx, pad, in HMAC_Init_ex() 127 if (!EVP_MD_CTX_copy_ex(ctx->md_ctx, ctx->o_ctx)) in HMAC_Final() 161 EVP_MD_CTX_reset(ctx->o_ctx); in hmac_ctx_cleanup() 171 EVP_MD_CTX_free(ctx->o_ctx); in HMAC_CTX_free() 183 if (ctx->o_ctx == NULL) in hmac_ctx_alloc_mds() 184 ctx->o_ctx = EVP_MD_CTX_new(); in hmac_ctx_alloc_mds() 185 if (ctx->o_ctx == NULL) in hmac_ctx_alloc_mds() 210 if (!EVP_MD_CTX_copy_ex(dctx->o_ctx, sctx->o_ctx)) in HMAC_CTX_copy() [all...] |
H A D | hmac_local.h | 20 EVP_MD_CTX *o_ctx; member
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | types.rs | 139 o_ctx: EVP_MD_CTX,
|
Completed in 3 milliseconds