Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dlegacy_blob.rs374 let blob_type: u8 = buffer[Self::TYPE_OFFSET]; in new_from_stream() localVariable
400 match (blob_type, is_encrypted, salt) { in new_from_stream()
464 blob_type, in new_from_stream()
1418 blob_type: u8, field
1435 blob_type: GENERIC, in write_legacy_blob()
1448 blob_type: KEY_CHARACTERISTICS, in write_legacy_blob()
1461 blob_type: KEY_CHARACTERISTICS_CACHE, in write_legacy_blob()
1474 blob_type: if key_size == keystore2_crypto::AES_128_KEY_LENGTH { in write_legacy_blob()
1491 blob_type: KM_BLOB, in write_legacy_blob()
1504 blob_type: GENERIC, in write_legacy_blob()
[all …]