Searched refs:dctx (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/crypto/
H A Ddes_s390.c51 struct crypt_s390_des_ctx *dctx = crypto_tfm_ctx(tfm); local
58 memcpy(dctx->key, key, keylen);
64 struct crypt_s390_des_ctx *dctx = crypto_tfm_ctx(tfm); local
66 crypt_s390_km(KM_DEA_ENCRYPT, dctx->key, out, in, DES_BLOCK_SIZE);
71 struct crypt_s390_des_ctx *dctx = crypto_tfm_ctx(tfm); local
73 crypt_s390_km(KM_DEA_DECRYPT, dctx->key, out, in, DES_BLOCK_SIZE);
249 struct crypt_s390_des3_128_ctx *dctx = crypto_tfm_ctx(tfm); local
262 memcpy(dctx->key, key, keylen);
268 struct crypt_s390_des3_128_ctx *dctx = crypto_tfm_ctx(tfm); local
270 crypt_s390_km(KM_TDEA_128_ENCRYPT, dctx
276 struct crypt_s390_des3_128_ctx *dctx = crypto_tfm_ctx(tfm); local
408 struct crypt_s390_des3_192_ctx *dctx = crypto_tfm_ctx(tfm); local
430 struct crypt_s390_des3_192_ctx *dctx = crypto_tfm_ctx(tfm); local
438 struct crypt_s390_des3_192_ctx *dctx = crypto_tfm_ctx(tfm); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Dbio_md.c167 EVP_MD_CTX *ctx,*dctx,**pctx; local
218 dctx=dbio->ptr;
219 EVP_MD_CTX_copy_ex(dctx,ctx);
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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dbio_md.c167 EVP_MD_CTX *ctx,*dctx,**pctx; local
223 dctx=dbio->ptr;
224 EVP_MD_CTX_copy_ex(dctx,ctx);
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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.c789 struct des_ctx *dctx = crypto_tfm_ctx(tfm); local
803 memcpy(dctx->expkey, tmp, sizeof(dctx->expkey));
871 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); local
872 u32 *expkey = dctx->expkey;
891 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); local
892 const u32 *K = dctx->expkey;
922 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); local
923 const u32 *K = dctx->expkey + DES3_EDE_EXPKEY_WORDS - 2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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-WNDR4500v2-V1.0.0.60_1.0.38/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));

Completed in 117 milliseconds