Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c5160 static const uint32_t templateCipherDes[] = { variable
5237 …BUILD_ASSURE(sizeof(caam_desc_cipher_des_t) >= sizeof(templateCipherDes), caam_desc_cipher_des_t_s… in CAAM_DES_EncryptEcbNonBlocking()
5238 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES_EncryptEcbNonBlocking()
5249 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES_EncryptEcbNonBlocking()
5322 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES_DecryptEcbNonBlocking()
5333 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES_DecryptEcbNonBlocking()
5412 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES_EncryptCbcNonBlocking()
5423 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES_EncryptCbcNonBlocking()
5503 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES_DecryptCbcNonBlocking()
5514 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES_DecryptCbcNonBlocking()
[all …]