Home
last modified time | relevance | path

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
447 ecc_ctx_t *ctxp = ctx->cc_provider_private; in ecc_free_context()
456 kmem_free(ctxp, sizeof (ecc_ctx_t)); in ecc_free_context()
472 ecc_ctx_t *ctxp; in ecc_sign_verify_common_init()
504 ctxp = (ecc_ctx_t *)dctxp; in ecc_sign_verify_common_init()
507 ctxp = kmem_zalloc(sizeof (ecc_ctx_t), kmflag); in ecc_sign_verify_common_init()
523 kmem_free(ctxp, sizeof (ecc_ctx_t)); in ecc_sign_verify_common_init()
709 ecc_ctx_t *ctxp; in ecc_sign()
816 ecc_ctx_t ctx; in ecc_sign_atomic()
908 ecc_ctx_t *ctxp; in ecc_verify()
[all …]