Searched refs:cipher_ctx (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/crypto/openssl/engines/ccgost/
H A Dgosthash.c158 ctx->cipher_ctx = (gost_ctx *) MYALLOC(sizeof(gost_ctx));
159 if (!ctx->cipher_ctx) {
162 gost_init(ctx->cipher_ctx, subst_block);
178 MYFREE(ctx->cipher_ctx);
186 if (!ctx->cipher_ctx)
217 hash_step(ctx->cipher_ctx, ctx->H, ctx->remainder);
223 hash_step(ctx->cipher_ctx, ctx->H, block);
253 hash_step(ctx->cipher_ctx, H, buf);
264 hash_step(ctx->cipher_ctx, H, buf);
265 hash_step(ctx->cipher_ctx,
[all...]
H A Dgosthash.h24 gost_ctx *cipher_ctx; member in struct:gost_hash_ctx
H A Dgost_md.c45 c->dctx.cipher_ctx = &(c->cctx);
66 md_ctx->dctx.cipher_ctx = &(md_ctx->cctx);
/freebsd-10.3-release/crypto/openssl/ssl/
H A Ds3_cbc.c781 void tls_fips_digest_extra(const EVP_CIPHER_CTX *cipher_ctx, argument
786 if (EVP_CIPHER_CTX_mode(cipher_ctx) != EVP_CIPH_CBC_MODE)
H A Dssl_locl.h1234 void tls_fips_digest_extra(const EVP_CIPHER_CTX *cipher_ctx,

Completed in 172 milliseconds