Home
last modified time | relevance | path

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

/netbsd-src/lib/libcurses/
H A Dgetch.c261 key_entry_t *the_key; in add_new_key() local
286 the_key = new_key(); in add_new_key()
288 current->key[ki + i] = &the_key[i]; in add_new_key()
300 the_key = current->key[ki]; in add_new_key()
302 the_key->type = key_type; in add_new_key()
308 the_key->value.next = new_keymap(); in add_new_key()
309 the_key->enable = TRUE; in add_new_key()
315 the_key->value.symbol = symbol; in add_new_key()
316 the_key->enable = TRUE; in add_new_key()
326 the_key = current->key[current->mapping[(unsigned char)chr]]; in add_new_key()
[all …]
/netbsd-src/external/bsd/elftosb/dist/keygen/
H A Dkeygen.cpp289 AESKey<128>::key_t the_key; in dumpKey() local
290 key.getKey(&the_key); in dumpKey()
294 Log::log(Logger::INFO2, "%02x ", the_key[q]); in dumpKey()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_ssl.c199 EVP_PKEY *the_key; variable
223 the_key = ssl_getkey(); in ssl_test_setup()
224 EVUTIL_ASSERT(the_key); in ssl_test_setup()
226 the_cert = ssl_getcert(the_key); in ssl_test_setup()
252 EVP_PKEY_free(the_key); in ssl_test_cleanup()
487 SSL_use_PrivateKey(ssl2, the_key); in regress_bufferevent_openssl()
591 SSL_use_PrivateKey(ssl, the_key); in acceptcb()
867 SSL_use_PrivateKey(ssl, the_key); in wm_acceptcb()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A Delftosb.cpp653 AESKey<128>::key_t the_key; in dumpKey() local
654 key.getKey(&the_key); in dumpKey()
658 Log::log(Logger::DEBUG, "%02x ", the_key[q]); in dumpKey()