Searched refs:reverse_memcmp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | txrx.c | 636 * reverse_memcmp - Compare two areas of memory, in reverse order 644 int reverse_memcmp(const void *cs, const void *ct, size_t count) in reverse_memcmp() function 678 if (reverse_memcmp(pn, cc->pn, IEEE80211_GCMP_PN_LEN) <= 0) { in wil_rx_crypto_check()
|
H A D | wil6210.h | 1427 int reverse_memcmp(const void *cs, const void *ct, size_t count);
|
H A D | txrx_edma.c | 560 if (reverse_memcmp(pn, cc->pn, IEEE80211_GCMP_PN_LEN) <= 0) { in wil_rx_crypto_check_edma()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | txrx.c | 636 * reverse_memcmp - Compare two areas of memory, in reverse order 644 int reverse_memcmp(const void *cs, const void *ct, size_t count) in reverse_memcmp() function 678 if (reverse_memcmp(pn, cc->pn, IEEE80211_GCMP_PN_LEN) <= 0) { in wil_rx_crypto_check()
|
H A D | wil6210.h | 1429 int reverse_memcmp(const void *cs, const void *ct, size_t count);
|
H A D | txrx_edma.c | 560 if (reverse_memcmp(pn, cc->pn, IEEE80211_GCMP_PN_LEN) <= 0) { in wil_rx_crypto_check_edma()
|
Completed in 19 milliseconds