Searched refs:pwd_len (Results 1 – 2 of 2) sorted by relevance
190 size_t pwd_len = strlen(password); in __test_set_md5() local193 md5sig.tcpm_keylen = pwd_len; in __test_set_md5()194 memcpy(md5sig.tcpm_key, password, pwd_len); in __test_set_md5()
521 static int test_add_key_cr(int sk, const char *pwd, unsigned int pwd_len, in test_add_key_cr() argument538 keyflags, pwd_len, pwd); in test_add_key_cr()
Completed in 13 milliseconds