Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_hmac.py82 def hmactest(key, data, hexdigests): function
87 hmactest(key = '\x0b'*20,
104 hmactest(key = 'Jefe',
121 hmactest(key = '\xaa'*20,
138 hmactest(key = ''.join([chr(x) for x in xrange(0x01, 0x19+1)]),
155 hmactest(key = '\xaa'*131,
173 hmactest(key = '\xaa'*131,
/external/ipsec-tools/src/racoon/
Deaytest.c79 int hmactest __P((int, char **));
729 hmactest(ac, av) in hmactest() function
1009 { "hmac", hmactest, },