Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/test/
Devp_kdf_test.c1008 static unsigned char input_key[] = { in test_kdf_kbkdf_6803_128() local
1037 OSSL_KDF_PARAM_KEY, input_key, sizeof(input_key)); in test_kdf_kbkdf_6803_128()
1063 static unsigned char input_key[] = { in test_kdf_kbkdf_6803_256() local
1103 OSSL_KDF_PARAM_KEY, input_key, sizeof(input_key)); in test_kdf_kbkdf_6803_256()
1274 static unsigned char input_key[] = { in test_kdf_kbkdf_8009_prf1() local
1291 OSSL_KDF_PARAM_KEY, input_key, sizeof(input_key)); in test_kdf_kbkdf_8009_prf1()
1314 static unsigned char input_key[] = { in test_kdf_kbkdf_8009_prf2() local
1335 OSSL_KDF_PARAM_KEY, input_key, sizeof(input_key)); in test_kdf_kbkdf_8009_prf2()
1369 static unsigned char input_key[] = { in test_kdf_kbkdf_fixedinfo() local
1393 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_KEY, input_key, in test_kdf_kbkdf_fixedinfo()
[all …]
/netbsd/src/external/bsd/tmux/dist/
Dinput-keys.c404 return (input_key(wp->screen, wp->event, key)); in input_key_pane()
568 input_key(struct screen *s, struct bufferevent *bev, key_code key) in input_key() function
Dpopup.c562 input_key(&pd->s, job_get_event(pd->job), event->key); in popup_key_cb()
Dtmux.h2868 int input_key(struct screen *, struct bufferevent *, key_code);