Searched refs:slot_state (Results 1 – 3 of 3) sorted by relevance
134 mbedtls_cipher_psa_key_ownership slot_state; member
163 if( cipher_psa->slot_state == MBEDTLS_CIPHER_PSA_KEY_OWNED ) in mbedtls_cipher_free()282 if( cipher_psa->slot_state != MBEDTLS_CIPHER_PSA_KEY_UNSET ) in mbedtls_cipher_setkey()315 cipher_psa->slot_state = MBEDTLS_CIPHER_PSA_KEY_OWNED; in mbedtls_cipher_setkey()
89 uint16_t slot_state; member391 assert(slot < sizeof(d->touch.slot_state) * 8); in handle_evdev_frame()394 d->touch.slot_state |= 1 << slot; in handle_evdev_frame()396 d->touch.slot_state &= ~(1 << slot); in handle_evdev_frame()405 if (d->touch.slot_state != d->touch.last_slot_state) { in handle_evdev_frame()406 d->touch.last_slot_state = d->touch.slot_state; in handle_evdev_frame()407 if (d->touch.slot_state == 0) { in handle_evdev_frame()