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] = &[ constant
/system/keymaster/key_blob_utils/
Docb.c384 } AES_KEY; typedef
397 typedef struct { uint32_t rd_key[OCB_KEY_LEN + 28]; } AES_KEY; typedef
431 } AES_KEY; typedef
434 typedef struct { __m128i rd_key[7 + OCB_KEY_LEN / 4]; } AES_KEY; typedef
/system/security/keystore2/test_utils/
Dkey_generations.rs1138 static AES_KEY: &[u8] = &[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; in import_aes_key() variable