Lines Matching refs:ByteSource
39 const ByteSource& in, in AES_Cipher()
40 ByteSource* out) { in AES_Cipher()
127 ByteSource::Builder buf(buf_len); in AES_Cipher()
227 const ByteSource& in, in AES_CTR_Cipher2()
270 const ByteSource& in, in AES_CTR_Cipher()
271 ByteSource* out) { in AES_CTR_Cipher()
296 ByteSource::Builder buf(in.size()); in AES_CTR_Cipher()
320 ByteSource::Foreign(in.data<char>(), input_size_part1), in AES_CTR_Cipher()
335 ByteSource::Foreign(in.data<char>() + input_size_part1, in AES_CTR_Cipher()
436 params->iv = ByteSource::Foreign(kDefaultWrapIV, strlen(kDefaultWrapIV)); in UseDefaultIV()
578 const ByteSource& in, in DoCipher()
579 ByteSource* out) { in DoCipher()