HomeSort by relevance Sort by last modified time
    Searched refs:ctx1 (Results 1 - 15 of 15) sorted by null

  /external/openssh/
md5crypt.c 57 MD5_CTX ctx, ctx1; local
92 MD5_Init(&ctx1);
93 MD5_Update(&ctx1, pw, strlen(pw));
94 MD5_Update(&ctx1, sp, sl);
95 MD5_Update(&ctx1, pw, strlen(pw));
96 MD5_Final(final, &ctx1);
122 MD5_Init(&ctx1);
124 MD5_Update(&ctx1, pw, strlen(pw));
126 MD5_Update(&ctx1, final, 16);
129 MD5_Update(&ctx1, sp, sl)
    [all...]
  /external/syslinux/com32/libutil/
crypt-md5.c 49 MD5_CTX ctx, ctx1; local
84 MD5Init(&ctx1);
85 MD5Update(&ctx1, pw, pwlen);
86 MD5Update(&ctx1, sp, sl);
87 MD5Update(&ctx1, pw, pwlen);
88 MD5Final(final, &ctx1);
121 MD5Init(&ctx1);
123 MD5Update(&ctx1, pw, pwlen);
125 MD5Update(&ctx1, final, MD5_SIZE);
128 MD5Update(&ctx1, sp, sl)
    [all...]
  /external/valgrind/memcheck/tests/linux/
stack_changes.c 15 mycontext ctx1, ctx2, oldc; variable
57 int c1 = init_context(&ctx1);
60 makecontext(&ctx1, (void (*)()) hello, 1, &ctx2);
61 makecontext(&ctx2, (void (*)()) hello, 1, &ctx1);
63 swapcontext(&oldc, &ctx1);
66 //free(ctx1.uc_stack.ss_sp);
  /external/libchrome/crypto/
secure_hash_unittest.cc 53 std::unique_ptr<crypto::SecureHash> ctx1(
55 ctx1->Update(input1.data(), input1.size());
57 std::unique_ptr<crypto::SecureHash> ctx2(ctx1->Clone());
59 // At this point, ctx1, ctx2, and ctx3 are all equivalent and represent the
62 // Updating ctx1 and ctx2 with input2 should produce equivalent results.
63 ctx1->Update(input2.data(), input2.size());
64 ctx1->Finish(output1, sizeof(output1));
  /external/selinux/libsepol/src/
mls.c 674 context_struct_t *ctx1 = NULL, *ctx2 = NULL; local
675 ctx1 = malloc(sizeof(context_struct_t));
677 if (ctx1 == NULL || ctx2 == NULL)
679 context_init(ctx1);
682 if (mls_from_string(handle, &policydb->p, mls1, ctx1) < 0)
688 *response = mls_range_contains(ctx1->range, ctx2->range);
689 context_destroy(ctx1);
691 free(ctx1);
701 context_destroy(ctx1);
703 free(ctx1);
    [all...]
kernel_to_cil.c 2676 char *name, *ctx1, *ctx2; local
    [all...]
kernel_to_conf.c 2536 char *name, *ctx1, *ctx2; local
    [all...]
  /external/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker_unittest.cc 251 AllocationContext ctx1 = local
254 ASSERT_EQ(kContext1, ctx1.type_name);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 95 struct stw_context *ctx1; local
104 ctx1 = stw_lookup_context_locked( dhglrc1 );
107 if (ctx1 && ctx2 && ctx2->st->share)
108 ret = ctx2->st->share(ctx2->st, ctx1->st);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 328 const int ctx1 = vp9_get_pred_context_single_ref_p2(xd); local
329 const int bit1 = vpx_read(r, fc->single_ref_prob[ctx1][1]);
330 if (counts) ++counts->single_ref[ctx1][1][bit1];
  /external/python/cpython2/Lib/test/
test_ssl.py     [all...]
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 650 milliseconds