Searched refs:encrypted (Results 1 – 11 of 11) sorted by relevance
41 uint8_t encrypted[1024]; in TEST() local50 auto encrypted_size = alice.Encrypt(msg, sizeof(msg), encrypted, sizeof(encrypted)); in TEST()55 auto decrypted_size = bob.Decrypt(encrypted, *encrypted_size, out_buf, out_size); in TEST()
169 Data encrypted(cipher_->EncryptedSize(data.size())); in Encrypt() local170 auto out_size = cipher_->Encrypt(data.data(), data.size(), encrypted.data(), encrypted.size()); in Encrypt()175 encrypted.resize(*out_size); in Encrypt()177 return encrypted; in Encrypt()
80 public static void setIsFileEncryptedNativeOrEmulated(boolean encrypted) { in setIsFileEncryptedNativeOrEmulated() argument81 sIsFileEncryptedNativeOrEmulated = encrypted; in setIsFileEncryptedNativeOrEmulated()
402 byte[] encrypted = cipher.doFinal(getByteArrayFromBuffer(paddedPayload)); in getCiphertext()405 ByteBuffer cipherText = ByteBuffer.allocate(AES_CBC_IV_LEN + encrypted.length); in getCiphertext()407 cipherText.put(encrypted); in getCiphertext()
609 final byte[] encrypted = in getCipherText()613 final ByteBuffer cipherText = ByteBuffer.allocate(mIv.length + encrypted.length); in getCipherText()615 cipherText.put(encrypted); in getCipherText()
15 // Whether the payload field is encrypted.
25 // Whether the payload field is encrypted.
86 The TLS message informs the recipient that the connection will be encrypted
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...