Searched refs:TEE_DES_BLOCK_SIZE (Results 1 – 10 of 10) sorted by relevance
79 COMPILE_TIME_ASSERT(TEE_AES_BLOCK_SIZE >= TEE_DES_BLOCK_SIZE); in mbed_cmac_final()85 block_size = TEE_DES_BLOCK_SIZE; in mbed_cmac_final()
64 size_t block_size = TEE_DES_BLOCK_SIZE; in mbed_des_ecb_update()
72 size_t block_size = TEE_DES_BLOCK_SIZE; in mbed_des3_ecb_update()
21 unsigned char iv[TEE_DES_BLOCK_SIZE];
157 #define TEE_DES_BLOCK_SIZE 8UL macro218 return TEE_DES_BLOCK_SIZE; in __tee_alg_get_digest_size()
76 .size_block = TEE_DES_BLOCK_SIZE,85 .size_block = TEE_DES_BLOCK_SIZE,100 .size_block = TEE_DES_BLOCK_SIZE,110 .size_block = TEE_DES_BLOCK_SIZE,
59 .size_block = TEE_DES_BLOCK_SIZE,76 .size_block = TEE_DES_BLOCK_SIZE,
218 *size = TEE_DES_BLOCK_SIZE; in crypto_cipher_get_block_size()
140 block_size = TEE_DES_BLOCK_SIZE; in TEE_AllocateOperation()
Completed in 14 milliseconds