Searched refs:soft_aes_ctx_t (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEncryptUtil.c201 soft_aes_ctx_t *soft_aes_ctx;
220 soft_aes_ctx = (soft_aes_ctx_t *)session_p->encrypt.context;
245 soft_aes_ctx_t *soft_aes_ctx;
264 soft_aes_ctx = (soft_aes_ctx_t *)session_p->encrypt.context;
656 soft_aes_ctx_t *soft_aes_ctx;
658 soft_aes_ctx = (soft_aes_ctx_t *)session_p->encrypt.context;
723 soft_aes_ctx_t *soft_aes_ctx;
725 soft_aes_ctx = (soft_aes_ctx_t *)session_p->encrypt.context;
749 soft_aes_ctx_t *soft_aes_ctx;
753 soft_aes_ctx = (soft_aes_ctx_t *)session_
[all...]
H A DsoftDecryptUtil.c179 soft_aes_ctx_t *soft_aes_ctx;
198 soft_aes_ctx = (soft_aes_ctx_t *)session_p->decrypt.context;
225 soft_aes_ctx_t *soft_aes_ctx;
244 soft_aes_ctx = (soft_aes_ctx_t *)session_p->decrypt.context;
653 soft_aes_ctx_t *soft_aes_ctx;
655 soft_aes_ctx = (soft_aes_ctx_t *)session_p->decrypt.context;
732 soft_aes_ctx_t *soft_aes_ctx;
734 soft_aes_ctx = (soft_aes_ctx_t *)session_p->decrypt.context;
758 soft_aes_ctx_t *soft_aes_ctx;
762 soft_aes_ctx = (soft_aes_ctx_t *)session_
[all...]
H A DsoftAESCrypt.c47 soft_aes_ctx_t *soft_aes_ctx;
49 soft_aes_ctx = calloc(1, sizeof (soft_aes_ctx_t));
161 soft_aes_ctx_t *soft_aes_ctx =
162 (soft_aes_ctx_t *)session_p->encrypt.context;
499 soft_aes_ctx_t *soft_aes_ctx =
500 (soft_aes_ctx_t *)session_p->decrypt.context;
H A DsoftCrypt.h62 } soft_aes_ctx_t; typedef in typeref:struct:soft_aes_ctx
H A DsoftKeystore.c2264 soft_aes_ctx_t *soft_aes_ctx;
2293 (soft_aes_ctx_t *)token_session.encrypt.context;
2296 (soft_aes_ctx_t *)token_session.decrypt.context;

Completed in 75 milliseconds