Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 11 of 11) sorted by relevance

/system/keymaster/key_blob_utils/
Docb_utils.cpp116 KeymasterKeyBlob* ciphertext, Buffer* tag) { in OcbEncryptKey()
147 const KeymasterKeyBlob& ciphertext, const Buffer& nonce, in OcbDecryptKey()
/system/security/mls/mls-rs-crypto-boringssl/src/
Daead.rs215 let ciphertext = aead.seal(&key, plaintext, None, &nonce).unwrap(); in seal_and_open() localVariable
283 let ciphertext = aead.seal(&key, b"message", Some(b"foo"), &nonce).unwrap(); in associated_data_mismatch() localVariable
Dlib.rs530 let ciphertext = in aead() localVariable
/system/keymaster/cppcose/
Dcppcose.cpp460 auto ciphertext = aesGcmEncrypt(key, nonce, in createCoseEncryptCiphertext() local
480 auto ciphertext = in constructCoseEncrypt() local
508 auto& ciphertext = recipient->asArray()->get(2); in getSenderPubKeyFromCoseEncrypt() local
584 auto& ciphertext = coseEncrypt->asArray()->get(kCoseEncryptPayload); in decryptCoseEncrypt() local
708 bytevec ciphertext(plaintext.size() + kAesGcmTagSize); in aesGcmEncrypt() local
/system/keymaster/include/keymaster/key_blob_utils/
Dauth_encrypted_key_blob.h71 KeymasterKeyBlob ciphertext; member
/system/vold/
DKeyStorage.cpp372 std::string* ciphertext) { in encryptWithKeystoreKey()
398 const std::string& ciphertext, KeyBuffer* message) { in decryptWithKeystoreKey()
435 std::string* ciphertext) { in encryptWithoutKeystore()
484 static bool decryptWithoutKeystore(const std::string& preKey, const std::string& ciphertext, in decryptWithoutKeystore()
/system/keymint/common/src/keyblob/
Dlegacy.rs71 pub ciphertext: Vec<u8>, field
151 let ciphertext = consume_vec(&mut data)?; in deserialize() localVariable
/system/security/keystore2/src/km_compat/
Dlib.rs305 let ciphertext = result.unwrap(); in test_begin_update_finish() localVariable
/system/security/keystore2/src/crypto/
Dlib.rs153 let mut ciphertext: Vec<u8> = vec![0; plaintext.len()]; in aes_gcm_encrypt() localVariable
/system/security/keystore/
Dkeystore_cli_v2.cpp407 auto ciphertext = std::move(*optCiphertext); in encryptWithAuthentication() local
/system/security/keystore2/src/
Dsuper_key.rs190 ciphertext: Vec<u8>, // with tag appended field