Home
last modified time | relevance | path

Searched refs:key_length (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/ui/
H A Dinput-legacy.c59 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 Dtriehash456 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 D0001-Migrate-to-use-g_memdup2.patch123 ctx->key_length = state->key_length;
126 state->key_length);
129 state->key_length);
/openbmc/u-boot/lib/
H A Dtpm-v1.c700 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 Dtpm_api.h217 size_t key_length, const void *parent_key_usage_auth,
H A Dtpm-v1.h486 size_t key_length, const void *parent_key_usage_auth,
/openbmc/qemu/block/
H A Dvhdx.h322 uint16_t key_length; /* length of entry key, > 0 */ member
/openbmc/qemu/include/ui/
H A Dconsole.h468 int index_from_key(const char *key, size_t key_length);
/openbmc/u-boot/cmd/
H A Dotp.c1371 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()