Searched refs:aes_ctr_ctx_init (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftCrypt.h108 void *aes_ctr_ctx_init(void *, size_t, uint8_t *);
H A DsoftAESCrypt.c849 aes_ctr_ctx_init(void *key_sched, size_t size, uint8_t *param) function
H A DsoftDecryptUtil.c245 soft_aes_ctx->aes_cbc = aes_ctr_ctx_init(
H A DsoftEncryptUtil.c265 soft_aes_ctx->aes_cbc = aes_ctr_ctx_init(
/opensolaris-onvv-gate/usr/src/common/crypto/fips/
H A Dfips_aes_util.c74 aes_ctr_ctx_init(void *key_sched, size_t size, uint8_t *param) function
242 soft_aes_ctx->aes_cbc = aes_ctr_ctx_init(

Completed in 103 milliseconds