Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Drsa.c85 } rsa_ctx_t; typedef
497 rsa_ctx_t *ctxp; in rsa_common_init()
511 kmem_free(ctxp, sizeof (rsa_ctx_t)); in rsa_common_init()
527 rsa_ctx_t *ctxp; in rsaprov_encrypt()
577 kmem_free(ctxp, sizeof (rsa_ctx_t)); in rsa_free_context()
699 rsa_ctx_t *ctxp; in rsaprov_decrypt()
852 rsa_ctx_t *ctxp; in rsa_sign_verify_common_init()
869 ctxp = (rsa_ctx_t *)dctxp; in rsa_sign_verify_common_init()
1131 rsa_ctx_t *ctxp; in rsaprov_sign()
1324 rsa_ctx_t *ctxp; in rsaprov_verify()
[all …]