Searched refs:KEY_SIZE (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | evp_skey_test.c | 21 #define KEY_SIZE 16 macro 40 const unsigned char import_key[KEY_SIZE] = { in test_skey_cipher() 75 (void *)import_key, KEY_SIZE); in test_skey_cipher() 120 unsigned char aes_key[KEY_SIZE], aes_iv[IV_SIZE]; in test_aes_raw_skey() 139 memset(aes_key, 1, KEY_SIZE); in test_aes_raw_skey() 148 skey = EVP_SKEY_import_raw_key(libctx, "AES-128", aes_key, KEY_SIZE, NULL); in test_aes_raw_skey() 153 || !TEST_mem_eq(aes_key, KEY_SIZE, export_key, export_length)) in test_aes_raw_skey()
|
| /src/sys/dev/usb/wlan/ |
| H A D | if_rumreg.h | 48 #define KEY_SIZE (IEEE80211_KEYBUF_SIZE + IEEE80211_MICBUF_SIZE) macro 53 (kidx)) * KEY_SIZE) 54 #define RT2573_PKEY(id) (0x1200 + (id) * KEY_SIZE)
|