Lines Matching defs:out
32 // On success, this function sets out to a new ByteSource
40 ByteSource* out) {
168 *out = std::move(buf).release(total);
229 unsigned char* out) {
248 out,
255 if (!EVP_CipherFinal_ex(ctx.get(), out + out_len, &final_len))
271 ByteSource* out) {
308 if (status == WebCryptoCipherStatus::OK) *out = std::move(buf).release();
340 if (status == WebCryptoCipherStatus::OK) *out = std::move(buf).release();
579 ByteSource* out) {
582 return fn(env, key_data.get(), cipher_mode, params, in, out);