Searched refs:aes_cbc_ctx_init (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsCrypt.h55 void *aes_cbc_ctx_init(void *, size_t, uint8_t *);
H A DkmsDecrypt.c88 kms_aes_ctx->aes_cbc = (void *)aes_cbc_ctx_init(
H A DkmsEncrypt.c65 kms_aes_ctx->aes_cbc = (void *)aes_cbc_ctx_init(
H A DkmsAESCrypt.c748 aes_cbc_ctx_init(void *key_sched, size_t size, uint8_t *ivec) function
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftCrypt.h107 void *aes_cbc_ctx_init(void *, size_t, uint8_t *);
H A DsoftAESCrypt.c826 aes_cbc_ctx_init(void *key_sched, size_t size, uint8_t *ivec) function
H A DsoftDecryptUtil.c205 soft_aes_ctx->aes_cbc = (void *)aes_cbc_ctx_init(
H A DsoftEncryptUtil.c226 soft_aes_ctx->aes_cbc = (void *)aes_cbc_ctx_init(
H A DsoftKeystore.c2302 soft_aes_ctx->aes_cbc = (void *)aes_cbc_ctx_init(
/opensolaris-onvv-gate/usr/src/common/crypto/aes/
H A Daes_impl.h212 extern void *aes_cbc_ctx_init(void *, size_t, uint8_t *);
/opensolaris-onvv-gate/usr/src/common/crypto/fips/
H A Dfips_aes_util.c51 aes_cbc_ctx_init(void *key_sched, size_t size, uint8_t *ivec) function
232 soft_aes_ctx->aes_cbc = (void *)aes_cbc_ctx_init(

Completed in 184 milliseconds