Home
last modified time | relevance | path

Searched refs:INPUT_TEXT (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-crypto-hash.c27 #define INPUT_TEXT "Hiss hisss Hissss hiss Hiss hisss Hiss hiss" macro
120 INPUT_TEXT, in test_hash_alloc()
121 strlen(INPUT_TEXT), in test_hash_alloc()
155 INPUT_TEXT, in test_hash_prealloc()
156 strlen(INPUT_TEXT), in test_hash_prealloc()
228 INPUT_TEXT, in test_hash_digest()
229 strlen(INPUT_TEXT), in test_hash_digest()
252 INPUT_TEXT, in test_hash_base64()
253 strlen(INPUT_TEXT), in test_hash_base64()
H A Dtest-crypto-hmac.c22 #define INPUT_TEXT INPUT_TEXT1 \ macro
114 ret = qcrypto_hmac_bytes(hmac, (const char *)INPUT_TEXT, in test_hmac_alloc()
115 strlen(INPUT_TEXT), &result, in test_hmac_alloc()
156 ret = qcrypto_hmac_bytes(hmac, (const char *)INPUT_TEXT, in test_hmac_prealloc()
157 strlen(INPUT_TEXT), &result, in test_hmac_prealloc()
239 ret = qcrypto_hmac_digest(hmac, (const char *)INPUT_TEXT, in test_hmac_digest()
240 strlen(INPUT_TEXT), (char **)&result, in test_hmac_digest()
/openbmc/u-boot/scripts/kconfig/
H A Dnconf.gui.c48 init_pair(INPUT_TEXT, -1, -1); in set_normal_colors()
94 mkattr(INPUT_TEXT, A_NORMAL); in normal_color_theme()
126 mkattrn(INPUT_TEXT, A_NORMAL); in no_colors_theme()
418 (void) wattrset(prompt_win, attributes[INPUT_TEXT]); in dialog_inputbox()
H A Dnconf.h54 INPUT_TEXT, enumerator