Searched defs:ciphertext (Results 1 – 11 of 11) 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/security/mls/mls-rs-crypto-boringssl/src/ |
D | aead.rs | 215 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
|
D | lib.rs | 530 let ciphertext = in aead() localVariable
|
/system/keymaster/cppcose/ |
D | cppcose.cpp | 460 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/ |
D | auth_encrypted_key_blob.h | 71 KeymasterKeyBlob ciphertext; member
|
/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/keymint/common/src/keyblob/ |
D | legacy.rs | 71 pub ciphertext: Vec<u8>, field 151 let ciphertext = consume_vec(&mut data)?; in deserialize() localVariable
|
/system/security/keystore2/src/km_compat/ |
D | lib.rs | 305 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 | 190 ciphertext: Vec<u8>, // with tag appended field
|