Home
last modified time | relevance | path

Searched defs:soft_aes_ctx (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftCrypt.h55 typedef struct soft_aes_ctx { struct
62 } soft_aes_ctx_t; argument
H A DsoftDecryptUtil.c179 soft_aes_ctx_t *soft_aes_ctx; in soft_decrypt_init() local
225 soft_aes_ctx_t *soft_aes_ctx; in soft_decrypt_init() local
653 soft_aes_ctx_t *soft_aes_ctx; in soft_decrypt_final() local
732 soft_aes_ctx_t *soft_aes_ctx; in soft_decrypt_final() local
758 soft_aes_ctx_t *soft_aes_ctx; in soft_decrypt_final() local
H A DsoftEncryptUtil.c201 soft_aes_ctx_t *soft_aes_ctx; in soft_encrypt_init() local
245 soft_aes_ctx_t *soft_aes_ctx; in soft_encrypt_init() local
656 soft_aes_ctx_t *soft_aes_ctx; in soft_encrypt_final() local
723 soft_aes_ctx_t *soft_aes_ctx; in soft_encrypt_final() local
749 soft_aes_ctx_t *soft_aes_ctx; in soft_encrypt_final() local
886 soft_aes_ctx_t *soft_aes_ctx = in soft_crypt_cleanup() local
H A DsoftAESCrypt.c47 soft_aes_ctx_t *soft_aes_ctx; in soft_aes_crypt_init_common() local
161 soft_aes_ctx_t *soft_aes_ctx = in soft_aes_encrypt_common() local
499 soft_aes_ctx_t *soft_aes_ctx = in soft_aes_decrypt_common() local
H A DsoftKeystore.c2264 soft_aes_ctx_t *soft_aes_ctx; in soft_keystore_crypt() local
/onnv-gate/usr/src/common/crypto/aes/
H A Daes_impl.h186 typedef struct soft_aes_ctx { struct
201 struct soft_aes_ctx; argument
/onnv-gate/usr/src/common/crypto/fips/
H A Dfips_aes_util.c191 soft_aes_ctx_t *soft_aes_ctx; in fips_aes_build_context() local
288 fips_aes_free_context(soft_aes_ctx_t *soft_aes_ctx) in fips_aes_free_context()
312 fips_aes_free_context(soft_aes_ctx_t *soft_aes_ctx) in fips_aes_free_context()
352 fips_aes_encrypt(soft_aes_ctx_t *soft_aes_ctx, uchar_t *in_buf, in fips_aes_encrypt()
621 fips_aes_decrypt(soft_aes_ctx_t *soft_aes_ctx, uchar_t *in_buf, in fips_aes_decrypt()