Searched refs:EncryptedCharacteristics (Results 1 – 1 of 1) sorted by relevance
/system/security/keystore2/src/ |
D | legacy_blob.rs | 111 EncryptedCharacteristics { enumerator 417 value: BlobValue::EncryptedCharacteristics { in new_from_stream() 636 Blob { value: BlobValue::EncryptedCharacteristics { iv, tag, data }, flags } in decrypt_if_required() 1385 value: BlobValue::EncryptedCharacteristics { data: ciphertext, iv, tag }, in prepare_blob() 1399 Blob { value: BlobValue::EncryptedCharacteristics { data, iv, tag }, flags } in prepare_blob() 1514 Blob { value: BlobValue::EncryptedCharacteristics { iv, tag, data }, flags } => ( in write_legacy_blob()
|