Home
last modified time | relevance | path

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

/tools/crypto/
Dgen_fips140_testvecs.py30 aes_xts_key = bytes('This is an AES-128-XTS key.\0\0\0\0\0', 'ascii') variable
97 print_value('aes_xts_key', aes_xts_key)
99 cryptography.hazmat.primitives.ciphers.algorithms.AES(aes_xts_key),