Searched refs:a1_len (Results 1 – 1 of 1) sorted by relevance
231 static inline bool _the_same_or_null(const u8 *a1, unsigned a1_len, in _the_same_or_null() argument237 if (a1_len != a2_len) in _the_same_or_null()240 return 0 == memcmp(a1, a2, a1_len); in _the_same_or_null()