Searched refs:key_2 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_module_tests.c | 49 u8 key_2[] = { in test_siv() local 126 if (aes_siv_encrypt(key_2, sizeof(key_2), in test_siv() 138 if (aes_siv_decrypt(key_2, sizeof(key_2), iv_c_2, sizeof(iv_c_2), in test_siv()
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | samsung-keypad.txt | 66 key_2 {
|
H A D | brcm,bcm-keypad.txt | 81 MATRIX_KEY(0x01, 0x02, KEY_2) /* key_2 */
|
/freebsd/sys/netinet/ |
H A D | sctp_auth.c | 353 uint8_t *key_1, *key_2; in sctp_compare_key() local 372 key_2 = key2->key; in sctp_compare_key() 377 val2 = (i < (maxlen - key2len)) ? 0 : *(key_2++); in sctp_compare_key()
|