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

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

Completed in 141 milliseconds