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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c87 } ecc_ctx_t; typedef in typeref:struct:ecc_ctx
227 static int ecc_sign_common(ecc_ctx_t *, crypto_data_t *, crypto_data_t *,
229 static int ecc_verify_common(ecc_ctx_t *, crypto_data_t *, crypto_data_t *,
447 ecc_ctx_t *ctxp = ctx->cc_provider_private;
456 kmem_free(ctxp, sizeof (ecc_ctx_t));
472 ecc_ctx_t *ctxp;
504 ctxp = (ecc_ctx_t *)dctxp;
507 ctxp = kmem_zalloc(sizeof (ecc_ctx_t), kmflag);
523 kmem_free(ctxp, sizeof (ecc_ctx_t));
624 rv = ecc_sign_common((ecc_ctx_t *)ctx
[all...]

Completed in 1218 milliseconds