Searched refs:i_ctx (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/hmac/ |
H A D | hmac.c | 78 if (!EVP_DigestInit_ex(ctx->i_ctx, md, impl) in HMAC_Init_ex() 79 || !EVP_DigestUpdate(ctx->i_ctx, pad, in HMAC_Init_ex() 90 if (!EVP_MD_CTX_copy_ex(ctx->md_ctx, ctx->i_ctx)) in HMAC_Init_ex() 160 EVP_MD_CTX_reset(ctx->i_ctx); in hmac_ctx_cleanup() 170 EVP_MD_CTX_free(ctx->i_ctx); in HMAC_CTX_free() 179 if (ctx->i_ctx == NULL) in hmac_ctx_alloc_mds() 180 ctx->i_ctx = EVP_MD_CTX_new(); in hmac_ctx_alloc_mds() 181 if (ctx->i_ctx == NULL) in hmac_ctx_alloc_mds() 208 if (!EVP_MD_CTX_copy_ex(dctx->i_ctx, sctx->i_ctx)) in HMAC_CTX_copy() [all...] |
H A D | hmac_local.h | 19 EVP_MD_CTX *i_ctx; member
|
/third_party/openssl/crypto/hmac/ |
H A D | hmac.c | 78 if (!EVP_DigestInit_ex(ctx->i_ctx, md, impl) in HMAC_Init_ex() 79 || !EVP_DigestUpdate(ctx->i_ctx, pad, in HMAC_Init_ex() 90 if (!EVP_MD_CTX_copy_ex(ctx->md_ctx, ctx->i_ctx)) in HMAC_Init_ex() 160 EVP_MD_CTX_reset(ctx->i_ctx); in hmac_ctx_cleanup() 170 EVP_MD_CTX_free(ctx->i_ctx); in HMAC_CTX_free() 179 if (ctx->i_ctx == NULL) in hmac_ctx_alloc_mds() 180 ctx->i_ctx = EVP_MD_CTX_new(); in hmac_ctx_alloc_mds() 181 if (ctx->i_ctx == NULL) in hmac_ctx_alloc_mds() 208 if (!EVP_MD_CTX_copy_ex(dctx->i_ctx, sctx->i_ctx)) in HMAC_CTX_copy() [all...] |
H A D | hmac_local.h | 19 EVP_MD_CTX *i_ctx; member
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | types.rs | 138 i_ctx: EVP_MD_CTX,
|
Completed in 3 milliseconds