Searched refs:CCMP_TK_LEN (Results 1 – 1 of 1) sorted by relevance
29 #define CCMP_TK_LEN 16 macro33 u8 key[CCMP_TK_LEN];156 if (aeskey != NULL && keylen >= CCMP_TK_LEN) in libipw_ccmp_hdr()157 memcpy(aeskey, key->key, CCMP_TK_LEN); in libipw_ccmp_hdr()350 if (len == CCMP_TK_LEN) { in libipw_ccmp_set_key()351 memcpy(data->key, key, CCMP_TK_LEN); in libipw_ccmp_set_key()362 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN)) in libipw_ccmp_set_key()376 if (len < CCMP_TK_LEN) in libipw_ccmp_get_key()381 memcpy(key, data->key, CCMP_TK_LEN); in libipw_ccmp_get_key()392 return CCMP_TK_LEN; in libipw_ccmp_get_key()
Completed in 5 milliseconds