Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEC.c58 soft_free_ecc_context(soft_ecc_ctx_t *ecc_ctx) in soft_free_ecc_context()
337 soft_ecc_ctx_t *ecc_ctx; in soft_ecc_sign_verify_init_common()
353 ecc_ctx = malloc(sizeof (soft_ecc_ctx_t)); in soft_ecc_sign_verify_init_common()
469 soft_ecc_ctx_t *ecc_ctx = session_p->sign.context; in soft_ecc_sign()
534 soft_ecc_ctx_t *ecc_ctx = session_p->verify.context; in soft_ecc_verify()
H A DsoftEC.h42 } soft_ecc_ctx_t; typedef