Home
last modified time | relevance | path

Searched refs:aes_ctx_t (Results 1 – 6 of 6) 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()
328 aes_ctx_t *aes_ctx = session_p->encrypt.context; in soft_aes_encrypt()
518 aes_ctx_t *ctx = aes_ctx; in soft_aes_cbc_pad_decrypt()
638 aes_ctx_t *aes_ctx = session_p->decrypt.context; in soft_aes_decrypt()
804 aes_ctx_t *aes_ctx = session_p->encrypt.context; in soft_aes_encrypt_update()
886 aes_ctx_t *aes_ctx = session_p->decrypt.context; in soft_aes_decrypt_update()
1150 aes_ctx_t *aes_ctx = session_p->encrypt.context; in soft_aes_encrypt_final()
1270 aes_ctx_t *aes_ctx = session_p->decrypt.context; in soft_aes_decrypt_final()
[all …]
H A DsoftVerifyUtil.c212 aes_ctx_t *aes_ctx; in soft_verify()
214 aes_ctx = (aes_ctx_t *)session_p->verify.context; in soft_verify()
435 aes_ctx_t *aes_ctx; in soft_verify_final()
437 aes_ctx = (aes_ctx_t *)session_p->verify.context; in soft_verify_final()
H A DsoftCrypt.h77 aes_ctx_t *aes_ctx;
145 void soft_aes_free_ctx(aes_ctx_t *);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c381 aes_ctx_t *aes_ctx; in aes_common_init()
415 aes_ctx_t *aes_ctx; in aes_encrypt()
540 aes_ctx_t *aes_ctx; in aes_decrypt()
656 aes_ctx_t *aes_ctx; in aes_encrypt_update()
731 aes_ctx_t *aes_ctx; in aes_decrypt_update()
810 aes_ctx_t *aes_ctx; in aes_encrypt_final()
867 aes_ctx_t *aes_ctx; in aes_decrypt_final()
968 aes_ctx_t aes_ctx; /* on the stack */ in aes_encrypt_atomic()
995 bzero(&aes_ctx, sizeof (aes_ctx_t)); in aes_encrypt_atomic()
1121 aes_ctx_t aes_ctx; /* on the stack */ in aes_decrypt_atomic()
[all …]
/illumos-gate/usr/src/common/crypto/aes/
H A Daes_modes.c99 aes_ctx_t *aes_ctx = ctx; in aes_encrypt_contiguous_blocks()
132 aes_ctx_t *aes_ctx = ctx; in aes_decrypt_contiguous_blocks()
/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h252 } aes_ctx_t; typedef