Home
last modified time | relevance | path

Searched refs:hmactest (Results 1 – 3 of 3) 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/python/cpython3/Lib/test/
Dtest_hmac.py131 def hmactest(key, data, hexdigests): function
165 hmactest(key = b'\x0b'*20,
182 hmactest(key = b'Jefe',
199 hmactest(key = b'\xaa'*20,
216 hmactest(key = bytes(x for x in range(0x01, 0x19+1)),
233 hmactest(key = b'\xaa'*131,
251 hmactest(key = b'\xaa'*131,
/external/ipsec-tools/src/racoon/
Deaytest.c79 int hmactest __P((int, char **));
729 hmactest(ac, av) in hmactest() function
1009 { "hmac", hmactest, },