Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c109 soft_aes_init_key(aes_ctx_t *aes_ctx, soft_object_t *key_p) in soft_aes_init_key()
202 soft_aes_init_ctx(aes_ctx_t *aes_ctx, CK_MECHANISM_PTR mech_p, in soft_aes_init_ctx()
280 aes_ctx_t *aes_ctx = NULL; in soft_aes_crypt_init_common() local
328 aes_ctx_t *aes_ctx = session_p->encrypt.context; in soft_aes_encrypt() local
515 soft_aes_cbc_pad_decrypt(aes_ctx_t *aes_ctx, CK_BYTE_PTR pEncryptedData, in soft_aes_cbc_pad_decrypt()
638 aes_ctx_t *aes_ctx = session_p->decrypt.context; in soft_aes_decrypt() local
804 aes_ctx_t *aes_ctx = session_p->encrypt.context; in soft_aes_encrypt_update() local
886 aes_ctx_t *aes_ctx = session_p->decrypt.context; in soft_aes_decrypt_update() local
1150 aes_ctx_t *aes_ctx = session_p->encrypt.context; in soft_aes_encrypt_final() local
1270 aes_ctx_t *aes_ctx = session_p->decrypt.context; in soft_aes_decrypt_final() local
H A DsoftVerifyUtil.c212 aes_ctx_t *aes_ctx; in soft_verify() local
435 aes_ctx_t *aes_ctx; in soft_verify_final() local
H A DsoftCrypt.h77 aes_ctx_t *aes_ctx; member
/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c381 aes_ctx_t *aes_ctx; in aes_common_init() local
415 aes_ctx_t *aes_ctx; in aes_encrypt() local
540 aes_ctx_t *aes_ctx; in aes_decrypt() local
656 aes_ctx_t *aes_ctx; in aes_encrypt_update() local
731 aes_ctx_t *aes_ctx; in aes_decrypt_update() local
810 aes_ctx_t *aes_ctx; in aes_encrypt_final() local
867 aes_ctx_t *aes_ctx; in aes_decrypt_final() local
968 aes_ctx_t aes_ctx; /* on the stack */ in aes_encrypt_atomic() local
1121 aes_ctx_t aes_ctx; /* on the stack */ in aes_decrypt_atomic() local
1323 aes_ctx_t *aes_ctx = ctx->cc_provider_private; in aes_free_context() local
[all …]
/illumos-gate/usr/src/common/crypto/aes/
H A Daes_modes.c99 aes_ctx_t *aes_ctx = ctx; in aes_encrypt_contiguous_blocks() local
132 aes_ctx_t *aes_ctx = ctx; in aes_decrypt_contiguous_blocks() local
/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h244 typedef struct aes_ctx { struct
252 } aes_ctx_t; argument
H A Dccm.c646 ulong_t authDataSize, uint8_t *b0, ccm_ctx_t *aes_ctx) in ccm_format_initial_blocks()