Symbol: aes_ctx_t
usr/src/common/crypto/aes/aes_modes.c
132
aes_ctx_t *aes_ctx = ctx;
usr/src/common/crypto/aes/aes_modes.c
99
aes_ctx_t *aes_ctx = ctx;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAESCrypt.c
1194
aes_ctx_t *aes_ctx = session_p->encrypt.context;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAESCrypt.c
124
soft_aes_init_key(aes_ctx_t *aes_ctx, soft_object_t *key_p)
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAESCrypt.c
1321
aes_ctx_t *aes_ctx = session_p->decrypt.context;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAESCrypt.c
1687
soft_aes_free_ctx(aes_ctx_t *ctx)
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAESCrypt.c
217
soft_aes_init_ctx(aes_ctx_t *aes_ctx, CK_MECHANISM_PTR mech_p,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAESCrypt.c
311
aes_ctx_t *aes_ctx = NULL;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAESCrypt.c
359
aes_ctx_t *aes_ctx = session_p->encrypt.context;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAESCrypt.c
555
soft_aes_cbc_pad_decrypt(aes_ctx_t *aes_ctx, CK_BYTE_PTR pEncryptedData,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAESCrypt.c
558
aes_ctx_t *ctx = aes_ctx;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAESCrypt.c
58
soft_aes_check_mech_param(CK_MECHANISM_PTR mech, aes_ctx_t **ctxp)
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAESCrypt.c
678
aes_ctx_t *aes_ctx = session_p->decrypt.context;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAESCrypt.c
845
aes_ctx_t *aes_ctx = session_p->encrypt.context;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAESCrypt.c
930
aes_ctx_t *aes_ctx = session_p->decrypt.context;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softCrypt.h
145
void soft_aes_free_ctx(aes_ctx_t *);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softCrypt.h
77
aes_ctx_t *aes_ctx;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softVerifyUtil.c
214
aes_ctx_t *aes_ctx;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softVerifyUtil.c
216
aes_ctx = (aes_ctx_t *)session_p->verify.context;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softVerifyUtil.c
439
aes_ctx_t *aes_ctx;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softVerifyUtil.c
441
aes_ctx = (aes_ctx_t *)session_p->verify.context;
usr/src/uts/common/crypto/io/aes.c
1130
aes_ctx_t aes_ctx; /* on the stack */
usr/src/uts/common/crypto/io/aes.c
1156
bzero(&aes_ctx, sizeof (aes_ctx_t));
usr/src/uts/common/crypto/io/aes.c
121
static int aes_common_init_ctx(aes_ctx_t *, crypto_spi_ctx_template_t *,
usr/src/uts/common/crypto/io/aes.c
1330
aes_ctx_t *aes_ctx = ctx->cc_provider_private;
usr/src/uts/common/crypto/io/aes.c
1348
aes_common_init_ctx(aes_ctx_t *aes_ctx, crypto_spi_ctx_template_t *template,
usr/src/uts/common/crypto/io/aes.c
263
aes_check_mech_param(crypto_mechanism_t *mechanism, aes_ctx_t **ctx, int kmflag)
usr/src/uts/common/crypto/io/aes.c
378
aes_ctx_t *aes_ctx;
usr/src/uts/common/crypto/io/aes.c
412
aes_ctx_t *aes_ctx;
usr/src/uts/common/crypto/io/aes.c
540
aes_ctx_t *aes_ctx;
usr/src/uts/common/crypto/io/aes.c
653
aes_ctx_t *aes_ctx;
usr/src/uts/common/crypto/io/aes.c
728
aes_ctx_t *aes_ctx;
usr/src/uts/common/crypto/io/aes.c
807
aes_ctx_t *aes_ctx;
usr/src/uts/common/crypto/io/aes.c
870
aes_ctx_t *aes_ctx;
usr/src/uts/common/crypto/io/aes.c
971
aes_ctx_t aes_ctx; /* on the stack */
usr/src/uts/common/crypto/io/aes.c
998
bzero(&aes_ctx, sizeof (aes_ctx_t));