Home
last modified time | relevance | path

Searched refs:slot_state (Results 1 – 3 of 3) sorted by relevance

/third_party/mbedtls/library/
Dcipher_wrap.h134 mbedtls_cipher_psa_key_ownership slot_state; member
Dcipher.c163 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()
/third_party/libinput/tools/
Dlibinput-record.c94 uint16_t slot_state; member
385 assert(slot < sizeof(d->touch.slot_state) * 8); in handle_evdev_frame()
388 d->touch.slot_state |= 1 << slot; in handle_evdev_frame()
390 d->touch.slot_state &= ~(1 << slot); in handle_evdev_frame()
399 if (d->touch.slot_state != d->touch.last_slot_state) { in handle_evdev_frame()
400 d->touch.last_slot_state = d->touch.slot_state; in handle_evdev_frame()
404 if (d->touch.slot_state == 0) { in handle_evdev_frame()