Home
last modified time | relevance | path

Searched defs:ecc_ctx (Results 1 – 2 of 2) sorted by relevance

/titanic_41/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() local
469 soft_ecc_ctx_t *ecc_ctx = session_p->sign.context; in soft_ecc_sign() local
534 soft_ecc_ctx_t *ecc_ctx = session_p->verify.context; in soft_ecc_verify() local
/titanic_41/usr/src/uts/common/crypto/io/
H A Decc.c82 typedef struct ecc_ctx { struct
87 } ecc_ctx_t; argument