Searched refs:dctx (Results 26 - 38 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dbio_md.c176 EVP_MD_CTX *ctx, *dctx, **pctx; local
225 dctx = dbio->ptr;
226 if (!EVP_MD_CTX_copy_ex(dctx, ctx))
H A Dbio_enc.c290 BIO_ENC_CTX *ctx, *dctx; local
362 dctx = (BIO_ENC_CTX *)dbio->ptr;
363 EVP_CIPHER_CTX_init(&dctx->cipher);
364 ret = EVP_CIPHER_CTX_copy(&dctx->cipher, &ctx->cipher);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dbio_md.c176 EVP_MD_CTX *ctx, *dctx, **pctx; local
225 dctx = dbio->ptr;
226 if (!EVP_MD_CTX_copy_ex(dctx, ctx))
H A Dbio_enc.c290 BIO_ENC_CTX *ctx, *dctx; local
362 dctx = (BIO_ENC_CTX *)dbio->ptr;
363 EVP_CIPHER_CTX_init(&dctx->cipher);
364 ret = EVP_CIPHER_CTX_copy(&dctx->cipher, &ctx->cipher);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Ddeflate.c107 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); local
108 struct z_stream_s *stream = &dctx->comp_stream;
137 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); local
138 struct z_stream_s *stream = &dctx->decomp_stream;
H A Ddes_generic.c784 struct des_ctx *dctx = crypto_tfm_ctx(tfm); local
798 memcpy(dctx->expkey, tmp, sizeof(dctx->expkey));
866 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); local
867 u32 *expkey = dctx->expkey;
886 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); local
887 const u32 *K = dctx->expkey;
917 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); local
918 const u32 *K = dctx->expkey + DES3_EDE_EXPKEY_WORDS - 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/hmac/
H A Dhmac.h101 int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/hmac/
H A Dhmac.h101 int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_metalink.c541 digest_context *dctx; local
557 dctx = Curl_digest_init(digest_def->dparams);
558 if(!dctx) {
575 Curl_digest_final(dctx, result);
579 Curl_digest_update(dctx, buf, (unsigned int)len);
581 Curl_digest_final(dctx, result);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dbio_enc.c289 BIO_ENC_CTX *ctx,*dctx; local
363 dctx=(BIO_ENC_CTX *)dbio->ptr;
364 memcpy(&(dctx->cipher),&(ctx->cipher),sizeof(ctx->cipher));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dbio_ber.c331 BIO_ENC_CTX *ctx,*dctx; local
403 dctx=(BIO_ENC_CTX *)dbio->ptr;
404 memcpy(&(dctx->cipher),&(ctx->cipher),sizeof(ctx->cipher));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/ccgost/
H A Dgost_lcl.h130 gost_hash_ctx dctx; member in struct:ossl_gost_digest_ctx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/ccgost/
H A Dgost_lcl.h130 gost_hash_ctx dctx; member in struct:ossl_gost_digest_ctx

Completed in 191 milliseconds

12