Home
last modified time | relevance | path

Searched refs:input_key (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/toys/pending/
H A Dmore.c47 int input_key; in prompt() local
58 input_key = tolower(getc(cin)); in prompt()
60 if (strchr(" \nrq", input_key)) { in prompt()
62 return input_key; in prompt()
90 int ch, input_key = 0, show_prompt; in more_main() local
135 if (input_key != 'r' && show_prompt) { in more_main()
137 input_key = prompt(cin, "--More--(%d%% of %lld bytes)", in more_main()
141 input_key = prompt(cin, "--More--"); in more_main()
142 if (input_key == 'q') goto stop; in more_main()
155 if (++row >= rows || input_key in more_main()
[all...]
/third_party/openssl/test/
H A Devp_kdf_test.c953 static unsigned char input_key[] = { in test_kdf_kbkdf_6803_128() local
982 OSSL_KDF_PARAM_KEY, input_key, sizeof(input_key)); in test_kdf_kbkdf_6803_128()
1008 static unsigned char input_key[] = { in test_kdf_kbkdf_6803_256() local
1048 OSSL_KDF_PARAM_KEY, input_key, sizeof(input_key)); in test_kdf_kbkdf_6803_256()
1219 static unsigned char input_key[] = { in test_kdf_kbkdf_8009_prf1() local
1236 OSSL_KDF_PARAM_KEY, input_key, sizeof(input_key)); in test_kdf_kbkdf_8009_prf1()
1259 static unsigned char input_key[] in test_kdf_kbkdf_8009_prf2() local
1314 static unsigned char input_key[] = { test_kdf_kbkdf_fixedinfo() local
[all...]

Completed in 3 milliseconds