Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c1429 static const uint32_t templateAesCbc[] = { variable
1470 BUILD_ASSURE(sizeof(templateAesCbc) <= sizeof(caam_desc_aes_cbc_t), caam_desc_aes_cbc_t_size); in CAAM_AES_EncryptCbcNonBlocking()
1485 descriptorSize = ARRAY_SIZE(templateAesCbc); in CAAM_AES_EncryptCbcNonBlocking()
1486 (void)caam_memcpy(descriptor, templateAesCbc, sizeof(templateAesCbc)); in CAAM_AES_EncryptCbcNonBlocking()
1553 descriptorSize = ARRAY_SIZE(templateAesCbc); in CAAM_AES_DecryptCbcNonBlocking()
1554 (void)caam_memcpy(descriptor, templateAesCbc, sizeof(templateAesCbc)); in CAAM_AES_DecryptCbcNonBlocking()