Home
last modified time | relevance | path

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

/external/chromium/crypto/
Dencryptor_nss.cc98 size_t plaintext_len = ciphertext.size(); in Decrypt() local
99 std::vector<unsigned char> buffer(plaintext_len); in Decrypt()
105 plaintext_len, in Decrypt()
116 plaintext_len - op_len); in Decrypt()
/external/srtp/crypto/cipher/
Dcipher.c272 int plaintext_len; in cipher_type_self_test() local
314 plaintext_len = length; in cipher_type_self_test()
347 if (length != plaintext_len) in cipher_type_self_test()
350 for (i=0; i < plaintext_len; i++) in cipher_type_self_test()