Searched refs:INT8_BIT (Results 1 – 1 of 1) sorted by relevance
27 #define INT8_BIT 8U macro29 #define AES_BLOCK_SIZE (AES_BLOCK_SIZE_BIT / INT8_BIT)32 #define DES_BLOCK_SIZE (DES_BLOCK_SIZE_BIT / INT8_BIT)615 ctx->assoc_len += (ctx->extra_size) * INT8_BIT; in do_from_header_to_phase()834 ctx->assoc_len += ctx->block_u32 * sizeof(uint32_t) * INT8_BIT; in stm32_cryp_update_assodata()844 ctx->assoc_len += ctx->block_u32 * sizeof(uint32_t) * INT8_BIT; in stm32_cryp_update_assodata()936 ctx->load_len += ctx->block_u32 * sizeof(uint32_t) * INT8_BIT; in stm32_cryp_update_load()950 ctx->load_len += ctx->block_u32 * sizeof(uint32_t) * INT8_BIT; in stm32_cryp_update_load()1056 ctx->load_len += (ctx->extra_size * INT8_BIT); in stm32_cryp_final()
Completed in 4 milliseconds