Searched refs:key_length (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/ui/ |
| H A D | input-legacy.c | 59 int index_from_key(const char *key, size_t key_length) in index_from_key() argument 64 if (!strncmp(key, QKeyCode_str(i), key_length) && in index_from_key() 65 !QKeyCode_str(i)[key_length]) { in index_from_key()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/ |
| H A D | triehash | 456 my $key_length = 0; 460 $key_length = length($key); 464 … x $indent) . "switch(%s | 0x%s) {\n", $self->switch_key($index, $key_length), '20' x $key_length); 466 … printf { $fh } ((' ' x $indent) . "switch(%s) {\n", $self->switch_key($index, $key_length));
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/ |
| H A D | 0001-Migrate-to-use-g_memdup2.patch | 123 ctx->key_length = state->key_length; 126 state->key_length); 129 state->key_length);
|
| /openbmc/u-boot/lib/ |
| H A D | tpm-v1.c | 700 size_t key_length, const void *parent_key_usage_auth, in tpm1_load_key2_oiap() argument 727 sizeof(command) + key_length in tpm1_load_key2_oiap() 730 req_key_offset, key, key_length in tpm1_load_key2_oiap() 734 err = create_request_auth(request, sizeof(command) + key_length, 4, in tpm1_load_key2_oiap() 736 request + sizeof(command) + key_length, in tpm1_load_key2_oiap()
|
| /openbmc/u-boot/include/ |
| H A D | tpm_api.h | 217 size_t key_length, const void *parent_key_usage_auth,
|
| H A D | tpm-v1.h | 486 size_t key_length, const void *parent_key_usage_auth,
|
| /openbmc/qemu/block/ |
| H A D | vhdx.h | 322 uint16_t key_length; /* length of entry key, > 0 */ member
|
| /openbmc/qemu/include/ui/ |
| H A D | console.h | 468 int index_from_key(const char *key, size_t key_length);
|
| /openbmc/u-boot/cmd/ |
| H A D | otp.c | 1371 int key_id, key_offset, key_type, key_length, exp_length; in _otp_print_key() local 1378 key_length = (header >> 18) & 0x3; in _otp_print_key() 1398 switch (key_length) { in _otp_print_key() 1415 switch (key_length) { in _otp_print_key()
|