Home
last modified time | relevance | path

Searched defs:AES_KEY (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/src/legacy_blob/test_utils/
Dlegacy_blob_test_vectors.rs199 pub static AES_KEY: &[u8] = &[ variable
/system/security/keystore2/test_utils/
Dkey_generations.rs798 static AES_KEY: &[u8] = &[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; in import_aes_key() constant
/system/keymaster/key_blob_utils/
Docb.c385 } AES_KEY; typedef
398 typedef struct { uint32_t rd_key[OCB_KEY_LEN + 28]; } AES_KEY; typedef
432 } AES_KEY; typedef
435 typedef struct { __m128i rd_key[7 + OCB_KEY_LEN / 4]; } AES_KEY; typedef