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

/opensolaris-onvv-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c324 crypto_digest_data(crypto_data_t *data, void *dctx, uchar_t *digest, argument
346 update(dctx, dptr, dlen);
353 MD5_DIGEST_DATA, dctx, update);
357 SHA1_DIGEST_DATA, dctx, update);
361 SHA2_DIGEST_DATA, dctx, update);
371 MD5_DIGEST_DATA, dctx, update);
375 SHA1_DIGEST_DATA, dctx, update);
379 SHA2_DIGEST_DATA, dctx, update);
390 final(digest, dctx);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A Dbio_md.c167 EVP_MD_CTX *ctx,*dctx,**pctx; local
217 dctx=dbio->ptr;
218 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));
/opensolaris-onvv-gate/usr/src/uts/common/crypto/io/
H A Drsa.c1259 digest_rsa_ctx_t dctx; local
1270 dctx.mech_type = mechanism->cm_type;
1271 dctx.key = key;
1274 MD5Init(&(dctx.md5_ctx));
1278 SHA1Init(&(dctx.sha1_ctx));
1282 SHA2Init(SHA256, &(dctx.sha2_ctx));
1286 SHA2Init(SHA384, &(dctx.sha2_ctx));
1290 SHA2Init(SHA512, &(dctx.sha2_ctx));
1294 rv = rsa_digest_svrfy_common(&dctx, data, signature,
1464 digest_rsa_ctx_t dctx; local
[all...]
H A Decc.c832 digest_ecc_ctx_t dctx; local
834 dctx.mech_type = mech_type;
836 dctx.ecparams = *ecparams;
837 dctx.key = key;
838 SHA1Init(&(dctx.sha1_ctx));
840 rv = ecc_digest_svrfy_common(&dctx, data, signature,
1029 digest_ecc_ctx_t dctx; local
1031 dctx.mech_type = mech_type;
1033 dctx.ecparams = *ecparams;
1034 dctx
[all...]
/opensolaris-onvv-gate/usr/src/common/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));

Completed in 94 milliseconds