Home
last modified time | relevance | path

Searched refs:digest_ecc_ctx_t (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/crypto/io/
H A Decc.c100 } digest_ecc_ctx_t; typedef
458 kmem_free(ctxp, sizeof (digest_ecc_ctx_t)); in ecc_free_context()
473 digest_ecc_ctx_t *dctxp; in ecc_sign_verify_common_init()
503 dctxp = kmem_zalloc(sizeof (digest_ecc_ctx_t), kmflag); in ecc_sign_verify_common_init()
520 kmem_free(dctxp, sizeof (digest_ecc_ctx_t)); in ecc_sign_verify_common_init()
594 ecc_digest_svrfy_common(digest_ecc_ctx_t *ctxp, crypto_data_t *data, in ecc_digest_svrfy_common()
716 rv = ecc_digest_svrfy_common((digest_ecc_ctx_t *)ctxp, data, in ecc_sign()
736 digest_ecc_ctx_t *ctxp; in ecc_sign_update()
765 digest_ecc_ctx_t *ctxp; in ecc_sign_final()
824 digest_ecc_ctx_t dctx; in ecc_sign_atomic()
[all …]