Searched refs:ATAP_AES_128_KEY_LEN (Results 1 - 10 of 10) sorted by path

/system/iot/attestation/atap/libatap/
H A Datap_commands.c22 static uint8_t session_key[ATAP_AES_128_KEY_LEN];
155 ATAP_AES_128_KEY_LEN);
398 atap_memset(session_key, 0, ATAP_AES_128_KEY_LEN);
416 uint8_t soc_global_key[ATAP_AES_128_KEY_LEN];
H A Datap_ops.h83 * ATAP_AES_128_KEY_LEN bytes to |global_key|.
86 uint8_t global_key[ATAP_AES_128_KEY_LEN]);
134 const uint8_t key[ATAP_AES_128_KEY_LEN],
145 const uint8_t key[ATAP_AES_128_KEY_LEN],
H A Datap_types.h88 #define ATAP_AES_128_KEY_LEN 16 macro
/system/iot/attestation/atap/ops/
H A Datap_ops_delegate.h57 uint8_t global_key[ATAP_AES_128_KEY_LEN]) = 0;
78 const uint8_t key[ATAP_AES_128_KEY_LEN],
86 const uint8_t key[ATAP_AES_128_KEY_LEN],
H A Datap_ops_provider.cpp70 AtapOps* ops, uint8_t global_key[ATAP_AES_128_KEY_LEN]) {
117 const uint8_t key[ATAP_AES_128_KEY_LEN],
129 const uint8_t key[ATAP_AES_128_KEY_LEN],
H A Dopenssl_ops.cpp146 const uint8_t key[ATAP_AES_128_KEY_LEN],
154 ATAP_AES_128_KEY_LEN,
189 const uint8_t key[ATAP_AES_128_KEY_LEN],
197 ATAP_AES_128_KEY_LEN,
H A Dopenssl_ops.h51 const uint8_t key[ATAP_AES_128_KEY_LEN],
58 const uint8_t key[ATAP_AES_128_KEY_LEN],
/system/iot/attestation/atap/test/
H A Datap_command_unittest.cpp76 ATAP_AES_128_KEY_LEN);
H A Dfake_atap_ops.cpp64 uint8_t global_key[ATAP_AES_128_KEY_LEN]) {
H A Dfake_atap_ops.h56 uint8_t global_key[ATAP_AES_128_KEY_LEN]) override;

Completed in 62 milliseconds