Searched refs:hmactest (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_hmac.py | 82 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/ |
D | test_hmac.py | 191 def hmactest(key, data, hexdigests): function 203 hmactest(key = b'\x0b'*20, 220 hmactest(key = b'Jefe', 237 hmactest(key = b'\xaa'*20, 254 hmactest(key = bytes(x for x in range(0x01, 0x19+1)), 271 hmactest(key = b'\xaa'*131, 289 hmactest(key = b'\xaa'*131,
|
/external/ipsec-tools/src/racoon/ |
D | eaytest.c | 79 int hmactest __P((int, char **)); 729 hmactest(ac, av) in hmactest() function 1009 { "hmac", hmactest, },
|