HomeSort by relevance Sort by last modified time
    Searched refs:hmactest (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hmac.py 80 def hmactest(key, data, hexdigests): function in function:TestVectorsTestCase._rfc4231_test_cases
85 hmactest(key = '\x0b'*20,
102 hmactest(key = 'Jefe',
119 hmactest(key = '\xaa'*20,
136 hmactest(key = ''.join([chr(x) for x in xrange(0x01, 0x19+1)]),
153 hmactest(key = '\xaa'*131,
171 hmactest(key = '\xaa'*131,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hmac.py 80 def hmactest(key, data, hexdigests): function in function:TestVectorsTestCase._rfc4231_test_cases
85 hmactest(key = '\x0b'*20,
102 hmactest(key = 'Jefe',
119 hmactest(key = '\xaa'*20,
136 hmactest(key = ''.join([chr(x) for x in xrange(0x01, 0x19+1)]),
153 hmactest(key = '\xaa'*131,
171 hmactest(key = '\xaa'*131,
  /external/ipsec-tools/src/racoon/
eaytest.c 79 int hmactest __P((int, char **));
729 hmactest(ac, av) function
1009 { "hmac", hmactest, },

Completed in 521 milliseconds