Searched refs:input_key (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | evp_kdf_test.c | 1008 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/ |
| D | input-keys.c | 404 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
|
| D | popup.c | 562 input_key(&pd->s, job_get_event(pd->job), event->key); in popup_key_cb()
|
| D | tmux.h | 2868 int input_key(struct screen *, struct bufferevent *, key_code);
|