Home
last modified time | relevance | path

Searched refs:templateAesCbc (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c1517 static const uint32_t templateAesCbc[] = { variable
1558 BUILD_ASSURE(sizeof(templateAesCbc) <= sizeof(caam_desc_aes_cbc_t), caam_desc_aes_cbc_t_size); in CAAM_AES_EncryptCbcNonBlocking()
1573 descriptorSize = ARRAY_SIZE(templateAesCbc); in CAAM_AES_EncryptCbcNonBlocking()
1574 (void)caam_memcpy(descriptor, templateAesCbc, sizeof(templateAesCbc)); in CAAM_AES_EncryptCbcNonBlocking()
1641 descriptorSize = ARRAY_SIZE(templateAesCbc); in CAAM_AES_DecryptCbcNonBlocking()
1642 (void)caam_memcpy(descriptor, templateAesCbc, sizeof(templateAesCbc)); in CAAM_AES_DecryptCbcNonBlocking()