Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 9 of 9) 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/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/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/keymaster/include/keymaster/key_blob_utils/
Dauth_encrypted_key_blob.h71 KeymasterKeyBlob ciphertext; member
/system/keymint/common/src/keyblob/
Dlegacy.rs49 pub ciphertext: Vec<u8>, field
124 let ciphertext = consume_vec(&mut data)?; in deserialize() localVariable
/system/security/keystore2/src/km_compat/
Dlib.rs304 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.rs181 ciphertext: Vec<u8>, // with tag appended field