Home
last modified time | relevance | path

Searched refs:ciphertext_len (Results 1 – 1 of 1) sorted by relevance

/system/keymaster/key_blob_utils/
Dauth_encrypted_key_blob.cpp139 int ciphertext_len = plaintext.size(); in AesGcmEncryptKey() local
143 retval.ciphertext = KeymasterKeyBlob(ciphertext_len); in AesGcmEncryptKey()
149 EVP_EncryptUpdate(ctx.get(), retval.ciphertext.writable_data(), &ciphertext_len, in AesGcmEncryptKey()
158 if (plaintext.size() != static_cast<size_t>(ciphertext_len) || 0 != unused_len || in AesGcmEncryptKey()