Lines Matching refs:templateCipherDes

5160 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()
5592 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES_EncryptCfbNonBlocking()
5603 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES_EncryptCfbNonBlocking()
5681 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES_DecryptCfbNonBlocking()
5692 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES_DecryptCfbNonBlocking()
5772 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES_EncryptOfbNonBlocking()
5783 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES_EncryptOfbNonBlocking()
5863 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES_DecryptOfbNonBlocking()
5874 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES_DecryptOfbNonBlocking()
5952 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES2_EncryptEcbNonBlocking()
5963 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES2_EncryptEcbNonBlocking()
6042 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES2_DecryptEcbNonBlocking()
6053 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES2_DecryptEcbNonBlocking()
6138 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES2_EncryptCbcNonBlocking()
6149 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES2_EncryptCbcNonBlocking()
6235 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES2_DecryptCbcNonBlocking()
6246 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES2_DecryptCbcNonBlocking()
6329 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES2_EncryptCfbNonBlocking()
6340 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES2_EncryptCfbNonBlocking()
6424 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES2_DecryptCfbNonBlocking()
6435 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES2_DecryptCfbNonBlocking()
6520 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES2_EncryptOfbNonBlocking()
6531 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES2_EncryptOfbNonBlocking()
6617 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES2_DecryptOfbNonBlocking()
6628 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES2_DecryptOfbNonBlocking()
6711 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES3_EncryptEcbNonBlocking()
6722 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES3_EncryptEcbNonBlocking()
6806 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES3_DecryptEcbNonBlocking()
6817 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES3_DecryptEcbNonBlocking()
6908 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES3_EncryptCbcNonBlocking()
6919 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES3_EncryptCbcNonBlocking()
7010 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES3_DecryptCbcNonBlocking()
7021 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES3_DecryptCbcNonBlocking()
7108 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES3_EncryptCfbNonBlocking()
7119 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES3_EncryptCfbNonBlocking()
7208 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES3_DecryptCfbNonBlocking()
7219 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES3_DecryptCfbNonBlocking()
7308 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES3_EncryptOfbNonBlocking()
7319 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES3_EncryptOfbNonBlocking()
7410 uint32_t descriptorSize = ARRAY_SIZE(templateCipherDes); in CAAM_DES3_DecryptOfbNonBlocking()
7421 (void)caam_memcpy(descriptor, templateCipherDes, sizeof(templateCipherDes)); in CAAM_DES3_DecryptOfbNonBlocking()