/external/boringssl/src/crypto/fipsmodule/ec/ |
p256-x86_64.c | 12 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 204 /* ecp_nistz256_bignum_to_field_elem copies the contents of |in| to |out| and 206 static int ecp_nistz256_bignum_to_field_elem(BN_ULONG out[P256_LIMBS], 212 OPENSSL_memset(out, 0, sizeof(BN_ULONG) * P256_LIMBS); 213 OPENSSL_memcpy(out, in->d, sizeof(BN_ULONG) * in->top); 467 P256_POINT *out = &t.p; local 469 out = &p.p; 472 if (!ecp_nistz256_windowed_mul(group, out, p_, p_scalar, ctx)) { 477 ecp_nistz256_point_add(&p.p, &p.p, out); 548 out->group_init = ec_GFp_mont_group_init [all...] |
/external/boringssl/src/crypto/pkcs8/ |
pkcs8.c | 48 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 75 uint8_t **out, size_t *out_len) { 95 *out = unitmp; 101 size_t out_len, uint8_t *out, const EVP_MD *md) { 186 OPENSSL_memcpy(out, A, todo); 187 out += todo; 326 static int pkcs12_pbe_encrypt_init(CBB *out, EVP_CIPHER_CTX *ctx, int alg, 338 if (!CBB_add_asn1(out, &algorithm, CBS_ASN1_SEQUENCE) || 345 !CBB_flush(out)) { 353 int pkcs8_pbe_decrypt(uint8_t **out, size_t *out_len, CBS *algorithm 424 uint8_t *out; local [all...] |
/external/boringssl/src/crypto/rsa_extra/ |
rsa_test.cc | 34 * The word 'cryptographic' can be left out if the rouines from the library 49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 468 uint8_t out[256]; local 471 rsa.get(), &out_len, out, sizeof(out), kTwoPrimeEncryptedMessage, 473 EXPECT_EQ(Bytes("hello world"), Bytes(out, out_len)); 708 uint8_t in[1024 \/ 8] = {0}, out[1024 \/ 8]; local [all...] |
/external/boringssl/src/tool/ |
speed.cc | 12 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 225 uint8_t *const out = align(out_storage.get(), kAlignment); local 226 OPENSSL_memset(out, 0, chunk_len + overhead_len); 240 out, &ctx, &nonce, &ad]() -> bool { 242 return EVP_AEAD_CTX_seal(ctx.get(), out, &out_len, 252 EVP_AEAD_CTX_seal(ctx.get(), out, &out_len, chunk_len + overhead_len, 255 if (!TimeFunction(&results, [chunk_len, nonce_len, ad_len, in2, out, &ctx, 259 nonce.get(), nonce_len, out, out_len, 505 uint8_t out[32], in[32]; 507 X25519_public_from_private(out, in) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1ObjectIdentifier.java | 244 ByteArrayOutputStream out, 255 out.write(result, pos, 9 - pos); 259 ByteArrayOutputStream out, 265 out.write(0); 277 out.write(tmp, 0, tmp.length); 338 ASN1OutputStream out) 343 out.write(BERTags.OBJECT_IDENTIFIER); 344 out.writeLength(enc.length); 345 out.write(enc);
|
DERExternal.java | 132 void encode(ASN1OutputStream out) 150 out.writeEncoded(BERTags.CONSTRUCTED, BERTags.EXTERNAL, baos.toByteArray());
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
BCDHPrivateKey.java | 205 ObjectOutputStream out) 208 out.defaultWriteObject(); 210 out.writeObject(dhSpec.getP()); 211 out.writeObject(dhSpec.getG()); 212 out.writeInt(dhSpec.getL());
|
BCDHPublicKey.java | 219 ObjectOutputStream out) 222 out.defaultWriteObject(); 224 out.writeObject(dhSpec.getP()); 225 out.writeObject(dhSpec.getG()); 226 out.writeInt(dhSpec.getL());
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/ |
BCDSAPublicKey.java | 202 ObjectOutputStream out) 205 out.defaultWriteObject(); 209 out.writeObject(ZERO); 213 out.writeObject(dsaSpec.getP()); 214 out.writeObject(dsaSpec.getQ()); 215 out.writeObject(dsaSpec.getG());
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
BCECPrivateKey.java | 413 ObjectOutputStream out) 416 out.defaultWriteObject(); 418 out.writeObject(this.getEncoded());
|
BCECPublicKey.java | 348 ObjectOutputStream out) 351 out.defaultWriteObject(); 353 out.writeObject(this.getEncoded());
|
/external/curl/docs/examples/ |
curlx.c | 73 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 106 " -out arg - output file (response)- default stdout", 122 -mimetype application/dvcs -acceptmime application/dvcs -out response 271 BIO* out=NULL; local 314 else if(!strcmp (*args, "-out")) { 398 if((out=BIO_new(BIO_s_file())) == NULL) { 403 BIO_set_fp(out, stdout, BIO_NOCLOSE|BIO_FP_TEXT); 404 else if(BIO_write_filename(out, outfile) <= 0) { 406 BIO_free(out); 494 BIO_get_fp(out, &outfp) [all...] |
http2-upload.c | 184 FILE *out; local 191 out = fopen(filename, "wb"); 203 curl_easy_setopt(hnd, CURLOPT_WRITEDATA, out);
|
/external/deqp/modules/gles3/functional/ |
es3fFboTestCase.cpp | 217 std::vector<std::string> out; local 224 out.push_back("GL_EXT_color_buffer_half_float"); 230 out.push_back("GL_EXT_color_buffer_half_float"); 238 out.push_back("GL_EXT_color_buffer_float"); 244 return out;
|
es3fShaderPackingFunctionTests.cpp | 195 void* out = &outputs[0]; local 198 m_executor->execute((int)inputs.size(), &in, &out); 283 void* out = &outputs[0]; local 286 m_executor->execute((int)inputs.size(), &in, &out); 386 void* out = &outputs[0]; local 389 m_executor->execute((int)inputs.size(), &in, &out); 474 void* out = &outputs[0]; local 477 m_executor->execute((int)inputs.size(), &in, &out); 582 void* out = &outputs[0]; local 585 m_executor->execute((int)inputs.size(), &in, &out); 685 void* out = &outputs[0]; local [all...] |
/external/deqp/modules/gles31/functional/ |
es31fFboTestCase.cpp | 223 std::vector<std::string> out; local 230 out.push_back("GL_EXT_color_buffer_half_float"); 236 out.push_back("GL_EXT_color_buffer_half_float"); 244 out.push_back("GL_EXT_color_buffer_float"); 251 return out;
|
/external/desugar/java/com/google/devtools/common/options/ |
OptionsUsage.java | 57 StringBuilder out = new StringBuilder(); local 62 out.append(sep).append(indentString); 70 out.append('\n').append(indentString); 73 out.append(word); 78 return out.toString();
|
/external/dnsmasq/src/ |
util.c | 52 static uint32 out[8]; variable 75 for (i = 0;i < 8;++i) out[i] = seed[24 + i]; 84 for (i = 0;i < 8;++i) out[i] ^= t[i + 4]; 98 return (unsigned short) out[--outleft]; 397 /* in may equal out, when maxlen may be -1 (No max len). */ 398 int parse_hex(char *in, unsigned char *out, int maxlen, 428 out[i] = strtol(in, NULL, 16);
|
/external/drm_hwcomposer/ |
drmdisplaycomposition.cpp | 126 std::vector<size_t> out; local 131 out.push_back(index_map[i]); 132 return out; 433 static void DumpBuffer(const DrmHwcBuffer &buffer, std::ostringstream *out) { 435 *out << "buffer=<invalid>"; 439 *out << "buffer[w/h/format]="; 440 *out << buffer->width << "/" << buffer->height << "/" << buffer->format; 443 static void DumpTransform(uint32_t transform, std::ostringstream *out) { 444 *out << "["; 447 *out << "IDENTITY" [all...] |
separate_rects.cpp | 75 std::vector<RectSet<TId, TNum>> *out) { 112 // Filter out empty or invalid rects. 292 out->push_back(RectSet<TId, TNum>(proto_rect.id_set, out_rect)); 293 started_rects.erase(it++); // Also increments out iterator. 308 std::vector<RectSet<uint64_t, float>> *out) { 309 separate_rects(in, out); 313 std::vector<RectSet<uint64_t, int>> *out) { 314 separate_rects(in, out); 331 std::vector<RectSet> out; local 360 out.clear() [all...] |
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
BufferPeriod.java | 155 Bundle out = new Bundle(); local 156 out.putInt("mMaxBufferPeriod", mMaxBufferPeriod); 157 out.putIntArray("mBufferPeriod", mBufferPeriod); 158 out.putInt("mExpectedBufferPeriod", mExpectedBufferPeriod); 159 out.putParcelable("mCallbackTimes", mCallbackTimes); 160 dest.writeBundle(out);
|
/external/e2fsprogs/lib/ext2fs/ |
sparse_io.c | 373 char *out = buf; local 384 memcpy(out, (sm->blocks[cur_block]) + offset, count); 386 memset(out, 0, count); 392 memcpy(out + (i * channel->block_size), 396 memset(out + (i * channel->block_size), 0,
|
tst_bitmaps.c | 407 blk64_t out; local 426 start, end, &out); 432 printf("First unmarked block is %llu\n", out); 440 blk64_t out; local 459 start, end, &out); 465 printf("First marked block is %llu\n", out); 563 ext2_ino_t out; local 582 start, end, &out); 588 printf("First unmarked inode is %u\n", out); 596 ext2_ino_t out; local [all...] |
/external/e2fsprogs/misc/ |
blkid.c | 43 static void print_version(FILE *out) 45 fprintf(out, "%s %s (%s)\n", progname, BLKID_VERSION, BLKID_DATE); 50 FILE *out = error ? stderr : stdout; local 52 print_version(out); 53 fprintf(out,
|
/external/e2fsprogs/util/ |
subst.c | 90 * check to see if it is valid, and pull it out if it is. 327 FILE *in, *out, *old = NULL; local 382 out = fdopen(ofd, "w+"); 383 if (!out) { 406 out = stdout; 414 fputs(line, out); 418 fflush(out); 419 rewind(out); 420 if (old && compare_file(old, out)) { 438 fclose(out); [all...] |