Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_module_tests.c49 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 Dsamsung-keypad.txt66 key_2 {
H A Dbrcm,bcm-keypad.txt81 MATRIX_KEY(0x01, 0x02, KEY_2) /* key_2 */
/freebsd/sys/netinet/
H A Dsctp_auth.c353 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()