Searched defs:plaintext (Results 1 – 10 of 10) sorted by relevance
/system/keymaster/key_blob_utils/ |
D | ocb_utils.cpp | 115 const KeymasterKeyBlob& plaintext, const Buffer& nonce, in OcbEncryptKey() 148 const Buffer& tag, KeymasterKeyBlob* plaintext) { in OcbDecryptKey()
|
D | auth_encrypted_key_blob.cpp | 129 const KeymasterKeyBlob& plaintext, // in AesGcmEncryptKey() 180 KeymasterKeyBlob plaintext(plaintext_len); in AesGcmDecryptKey() local 303 EncryptKey(const KeymasterKeyBlob& plaintext, AuthEncryptedBlobFormat format, in EncryptKey()
|
/system/security/mls/mls-rs-crypto-boringssl/src/ |
D | hpke.rs | 431 let plaintext = b"plaintext"; in hpke_seal_open() localVariable 456 let plaintext = b"plaintext"; in hpke_context_seal_open() localVariable 480 let plaintext = b"plaintext"; in hpke_context_seal_open_multithreaded() localVariable
|
D | aead.rs | 213 let plaintext = b"message"; in seal_and_open() localVariable
|
D | lib.rs | 528 let plaintext = b"message"; in aead() localVariable 562 let plaintext = b"plaintext"; in hpke_setup_seal_open_export() localVariable 598 let plaintext = b"plaintext"; in hpke_seal_open() localVariable
|
/system/vold/ |
D | KeyStorage.cpp | 434 static bool encryptWithoutKeystore(const std::string& preKey, const KeyBuffer& plaintext, in encryptWithoutKeystore() 485 KeyBuffer* plaintext) { in decryptWithoutKeystore()
|
/system/keymaster/cppcose/ |
D | cppcose.cpp | 704 const bytevec& plaintext) { in aesGcmEncrypt() 736 bytevec plaintext(ciphertextWithTag.size() - kAesGcmTagSize); in aesGcmDecrypt() local
|
/system/keymaster/contexts/ |
D | pure_soft_keymaster_context.cpp | 582 Buffer encrypted_key, plaintext; in UnwrapKey() local
|
/system/keymaster/tests/ |
D | key_blob_test.cpp | 149 KmErrorOr<KeymasterKeyBlob> plaintext = in TEST_P() local
|
/system/security/keystore2/src/ |
D | legacy_blob.rs | 1396 let plaintext = aes_gcm_decrypt(&data, &iv, &tag, key).unwrap(); in prepare_blob() localVariable 1402 let plaintext = aes_gcm_decrypt(&data, &iv, &tag, key).unwrap(); in prepare_blob() localVariable 1408 let plaintext = aes_gcm_decrypt(&data, &iv, &tag, key).unwrap(); in prepare_blob() localVariable
|