Searched refs:hmacout (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/tests/sys/geom/class/eli/
H A Dhmac_test.c15 char *hmacout; member in struct:__anon8591
25 uint8_t hmacout[64]; local
28 pkcs5v2_genkey(hmacout, testdata[i].hmaclen,
31 ATF_REQUIRE(bcmp(hmacout, testdata[i].hmacout,
H A Dgentestvect.py37 def printhmacres(salt, passwd, itr, hmacout):
39 cstring(passwd), itr, cstring(hmacout), len(hmacout))
54 print '\t/* salt, saltlen, passwd, itr, hmacout, hmacoutlen */'
61 hmacout = pbkdf2_hmac(hashfun, passwd, salt,
63 printhmacres(salt, passwd, itr, hmacout)

Completed in 118 milliseconds