Searched defs:ciphertext (Results  1 – 9 of 9) sorted by relevance
| /system/keymaster/key_blob_utils/ | 
| D | ocb_utils.cpp | 116                                 KeymasterKeyBlob* ciphertext, Buffer* tag) {  in OcbEncryptKey()147                                 const KeymasterKeyBlob& ciphertext, const Buffer& nonce,  in OcbDecryptKey()
 
 | 
| /system/keymaster/cppcose/ | 
| D | cppcose.cpp | 460     auto ciphertext = aesGcmEncrypt(key, nonce,  in createCoseEncryptCiphertext()  local480     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/vold/ | 
| D | KeyStorage.cpp | 372                                    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/keymaster/include/keymaster/key_blob_utils/ | 
| D | auth_encrypted_key_blob.h | 71     KeymasterKeyBlob ciphertext;  member
 | 
| /system/keymint/common/src/keyblob/ | 
| D | legacy.rs | 49     pub ciphertext: Vec<u8>,  field124         let ciphertext = consume_vec(&mut data)?;  in deserialize()  localVariable
 
 | 
| /system/security/keystore2/src/km_compat/ | 
| D | lib.rs | 304         let ciphertext = result.unwrap();  in test_begin_update_finish()  localVariable
 | 
| /system/security/keystore2/src/crypto/ | 
| D | lib.rs | 153     let mut ciphertext: Vec<u8> = vec![0; plaintext.len()];  in aes_gcm_encrypt()  localVariable
 | 
| /system/security/keystore/ | 
| D | keystore_cli_v2.cpp | 407     auto ciphertext = std::move(*optCiphertext);  in encryptWithAuthentication()  local
 | 
| /system/security/keystore2/src/ | 
| D | super_key.rs | 181     ciphertext: Vec<u8>, // with tag appended  field
 |