Home
last modified time | relevance | path

Searched defs:plaintext (Results 1 – 10 of 10) sorted by relevance

/system/keymaster/key_blob_utils/
Docb_utils.cpp115 const KeymasterKeyBlob& plaintext, const Buffer& nonce, in OcbEncryptKey()
148 const Buffer& tag, KeymasterKeyBlob* plaintext) { in OcbDecryptKey()
Dauth_encrypted_key_blob.cpp129 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/
Dhpke.rs431 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
Daead.rs213 let plaintext = b"message"; in seal_and_open() localVariable
Dlib.rs528 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/
DKeyStorage.cpp434 static bool encryptWithoutKeystore(const std::string& preKey, const KeyBuffer& plaintext, in encryptWithoutKeystore()
485 KeyBuffer* plaintext) { in decryptWithoutKeystore()
/system/keymaster/cppcose/
Dcppcose.cpp704 const bytevec& plaintext) { in aesGcmEncrypt()
736 bytevec plaintext(ciphertextWithTag.size() - kAesGcmTagSize); in aesGcmDecrypt() local
/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp582 Buffer encrypted_key, plaintext; in UnwrapKey() local
/system/keymaster/tests/
Dkey_blob_test.cpp149 KmErrorOr<KeymasterKeyBlob> plaintext = in TEST_P() local
/system/security/keystore2/src/
Dlegacy_blob.rs1396 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