Lines Matching +full:op +full:- +full:tee
2 # SPDX-License-Identifier: BSD-2-Clause
32 by OP-TEE and the CID of the RPMB.''',
38 parser.add_argument('--quiet', action='store_true', default=False,
41 parser.add_argument('--testkey', action='store_true', default=False,
43 parser.add_argument('--huk', type=hex_parse,
46 tee_otp_get_hw_unique_key() in OP-TEE''')
47 parser.add_argument('--cid', type=hex_parse, help='CID (16 bytes)')
48 parser.add_argument('--compat', action='store_true', default=False,
50 only to be used if OP-TEE is build with
61 # checksum) fields as OP-TEE does.
67 # is overridden the key derived here may not match what OP-TEE is using
69 # HUK is as tee_otp_get_hw_unique_key() in OP-TEE returns it
83 print('--cid, --huk, or --compat '
84 'cannot be given together with --testkey')
86 # The test key hardcoded in OP-TEE
93 print('--cid is required without --testkey')
97 print('--huk is required without --testkey')
129 Please take care to double-check the provided input since writing the RPMB