Searched refs:xor_str_len (Results 1 – 1 of 1) sorted by relevance
673 mysqlnd_xor_string(char * dst, const size_t dst_len, const char * xor_str, const size_t xor_str_len) in mysqlnd_xor_string() argument677 dst[i] ^= xor_str[i % xor_str_len]; in mysqlnd_xor_string()
Completed in 8 milliseconds