Home
last modified time | relevance | path

Searched refs:keyinfo (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmoducryptolib.c237 mp_buffer_info_t keyinfo; in ucryptolib_aes_make_new() local
238 mp_get_buffer_raise(args[0], &keyinfo, MP_BUFFER_READ); in ucryptolib_aes_make_new()
239 if (32 != keyinfo.len && 16 != keyinfo.len) { in ucryptolib_aes_make_new()
259 aes_initial_set_key_impl(&o->ctx, keyinfo.buf, keyinfo.len, ivinfo.buf); in ucryptolib_aes_make_new()
/AliOS-Things-master/components/SDL2/src/joystick/linux/
A DSDL_sysjoystick.c957 unsigned long keyinfo[NBITS(KEY_MAX)]; in PollAllValues() local
995 SDL_zeroa(keyinfo); in PollAllValues()
996 if (ioctl(joystick->hwdata->fd, EVIOCGKEY(sizeof (keyinfo)), keyinfo) >= 0) { in PollAllValues()
999 const Uint8 value = test_bit(i, keyinfo) ? SDL_PRESSED : SDL_RELEASED; in PollAllValues()

Completed in 5 milliseconds