Home
last modified time | relevance | path

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

/hostap-3.6.0/tests/
Dtest-aes.c239 size_t k_len, p_len, aad_len, iv_len; in test_gcm() local
251 p_len = os_strlen(tc->p) / 2; in test_gcm()
252 if (hexstr2bin(tc->p, p, p_len)) { in test_gcm()
272 if (hexstr2bin(tc->c, c, p_len)) { in test_gcm()
284 if (aes_gcm_ae(k, k_len, iv, iv_len, p, p_len, aad, aad_len, in test_gcm()
291 if (os_memcmp(c, tmp, p_len) != 0) { in test_gcm()
301 if (p_len == 0) { in test_gcm()
315 if (aes_gcm_ad(k, k_len, iv, iv_len, c, p_len, aad, aad_len, in test_gcm()
322 if (os_memcmp(p, tmp, p_len) != 0) { in test_gcm()
338 size_t bin_len, k_len = 0, p_len = 0, c_len = 0; in test_nist_key_wrap_ae() local
[all …]