Searched refs:keyinfo (Results 1 – 2 of 2) sorted by relevance
237 mp_buffer_info_t keyinfo; in ucryptolib_aes_make_new() local238 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()
957 unsigned long keyinfo[NBITS(KEY_MAX)]; in PollAllValues() local995 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