Searched refs:templateCipherDes (Results 1 – 1 of 1) sorted by relevance
4807 static const uint32_t templateCipherDes[] = { variable4884 …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 …]