Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.c89 struct rt2x00debug_crypto crypto_stats[CIPHER_MAX]; member
124 intf->crypto_stats[cipher].success += (status == RX_CRYPTO_SUCCESS); in rt2x00debug_update_crypto()
125 intf->crypto_stats[cipher].icv_error += (status == RX_CRYPTO_FAIL_ICV); in rt2x00debug_update_crypto()
126 intf->crypto_stats[cipher].mic_error += (status == RX_CRYPTO_FAIL_MIC); in rt2x00debug_update_crypto()
127 intf->crypto_stats[cipher].key_error += (status == RX_CRYPTO_FAIL_KEY); in rt2x00debug_update_crypto()
380 intf->crypto_stats[i].success, in rt2x00debug_read_crypto_stats()
381 intf->crypto_stats[i].icv_error, in rt2x00debug_read_crypto_stats()
382 intf->crypto_stats[i].mic_error, in rt2x00debug_read_crypto_stats()
383 intf->crypto_stats[i].key_error); in rt2x00debug_read_crypto_stats()