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

/osnet-11/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.c67 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
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftCrypt.h79 void *aes_cbc_ctx_init(void *key_sched, size_t size, uint8_t *ivec);
H A DsoftAESCrypt.c935 aes_cbc_ctx_init(void *key_sched, size_t size, uint8_t *ivec) function
H A DsoftDecryptUtil.c303 soft_aes_ctx->mode_ctx = (void *)aes_cbc_ctx_init(
H A DsoftEncryptUtil.c326 soft_aes_ctx->mode_ctx = (void *)aes_cbc_ctx_init(
H A DsoftKeystore.c2304 soft_aes_ctx->mode_ctx = (void *)aes_cbc_ctx_init(

Completed in 25 milliseconds