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

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEncryptUtil.c259 soft_aes_ctx_t *soft_aes_ctx;
271 (soft_aes_ctx_t *)session_p->encrypt.context;
301 soft_aes_ctx_t *soft_aes_ctx;
320 soft_aes_ctx = (soft_aes_ctx_t *)session_p->encrypt.context;
352 soft_aes_ctx_t *soft_aes_ctx;
371 soft_aes_ctx = (soft_aes_ctx_t *)session_p->encrypt.context;
768 soft_aes_ctx_t *soft_aes_ctx;
770 soft_aes_ctx = (soft_aes_ctx_t *)session_p->encrypt.context;
835 soft_aes_ctx_t *soft_aes_ctx;
837 soft_aes_ctx = (soft_aes_ctx_t *)session_
[all...]
H A DsoftDecryptUtil.c235 soft_aes_ctx_t *soft_aes_ctx;
247 (soft_aes_ctx_t *)session_p->decrypt.context;
277 soft_aes_ctx_t *soft_aes_ctx;
296 soft_aes_ctx = (soft_aes_ctx_t *)session_p->decrypt.context;
331 soft_aes_ctx_t *soft_aes_ctx;
350 soft_aes_ctx = (soft_aes_ctx_t *)session_p->decrypt.context;
764 soft_aes_ctx_t *soft_aes_ctx;
766 soft_aes_ctx = (soft_aes_ctx_t *)session_p->decrypt.context;
843 soft_aes_ctx_t *soft_aes_ctx;
845 soft_aes_ctx = (soft_aes_ctx_t *)session_
[all...]
H A DsoftAESCrypt.c76 soft_aes_ctx_t *soft_aes_ctx;
78 soft_aes_ctx = calloc(1, sizeof (soft_aes_ctx_t));
181 soft_aes_ctx_t *soft_aes_ctx =
182 (soft_aes_ctx_t *)session_p->encrypt.context;
515 sizeof (soft_aes_ctx_t));
553 soft_aes_ctx_t *soft_aes_ctx =
554 (soft_aes_ctx_t *)session_p->decrypt.context;
903 sizeof (soft_aes_ctx_t));
H A DsoftCrypt.h51 } soft_aes_ctx_t; typedef in typeref:struct:soft_aes_ctx
H A DsoftKeystore.c2270 soft_aes_ctx_t *soft_aes_ctx;
2295 (soft_aes_ctx_t *)token_session.encrypt.context;
2298 (soft_aes_ctx_t *)token_session.decrypt.context;

Completed in 22 milliseconds