Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c4807 static const uint32_t templateCipherDes[] = { variable
4884 …BUILD_ASSURE(sizeof(caam_desc_cipher_des_t) >= sizeof(templateCipherDes), caam_desc_cipher_des_t_s… in CAAM_DES_EncryptEcbNonBlocking()
4885 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES_EncryptEcbNonBlocking()
4896 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES_EncryptEcbNonBlocking()
4969 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES_DecryptEcbNonBlocking()
4980 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES_DecryptEcbNonBlocking()
5059 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES_EncryptCbcNonBlocking()
5070 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES_EncryptCbcNonBlocking()
5150 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES_DecryptCbcNonBlocking()
5161 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES_DecryptCbcNonBlocking()
[all …]