Searched refs:templateAesCbc (Results 1 – 1 of 1) sorted by relevance
1517 static const uint32_t templateAesCbc[] = { variable1558 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()