Searched refs:handle_size_required (Results 1 – 2 of 2) sorted by relevance
193 uint32_t handle_size_required; in npcx_hash_init() local195 handle_size_required = NPCX_NCL_SHA->get_context_size(); in npcx_hash_init()196 if (handle_size_required != NPCX_SHA256_HANDLE_SIZE) { in npcx_hash_init()198 handle_size_required); in npcx_hash_init()
139 uint32_t handle_size_required; in entropy_npcx_drbg_init() local144 handle_size_required = NPCX_NCL_DRBG->get_context_size(); in entropy_npcx_drbg_init()145 if (handle_size_required != NPCX_DRBG_HANDLE_SIZE) { in entropy_npcx_drbg_init()146 LOG_ERR("Unexpected NCL DRBG context_size = %d", handle_size_required); in entropy_npcx_drbg_init()