HomeSort by relevance Sort by last modified time
    Searched full:ctx_ (Results 1 - 10 of 10) sorted by null

  /external/chromium/crypto/
secure_hash_openssl.cc 20 SHA256_Init(&ctx_);
24 OPENSSL_cleanse(&ctx_, sizeof(ctx_));
28 SHA256_Update(&ctx_, static_cast<const unsigned char*>(input), len);
34 SHA256_Final(result.safe_buffer(), &ctx_);
38 SHA256_CTX ctx_; member in class:crypto::__anon3494::SecureHashSHA256OpenSSL
secure_hash_default.cc 18 SHA256_Begin(&ctx_);
25 SHA256_Update(&ctx_, static_cast<const unsigned char*>(input), len);
29 SHA256_End(&ctx_, static_cast<unsigned char*>(output), NULL,
34 SHA256Context ctx_; member in class:crypto::__anon3493::SecureHashSHA256NSS
encryptor_openssl.cc 33 EVP_CIPHER_CTX_init(&ctx_);
36 EVP_CIPHER_CTX_cleanup(&ctx_);
39 EVP_CIPHER_CTX* get() { return &ctx_; }
42 EVP_CIPHER_CTX ctx_; member in class:crypto::__anon3480::ScopedCipherCTX
  /external/chromium/chrome/browser/resources/gpu_internals/
fast_rect_renderer.js 47 this.ctx_ = ctx;
97 this.ctx_.fillStyle = this.pallette_[colorId];
98 this.ctx_.fillRect(x, this.y_, w, this.h_);
108 this.ctx_.fillStyle = this.pallette_[this.mergedColorId];
109 this.ctx_.fillRect(this.mergeStartX_, this.y_,
timeline_track.js 183 this.ctx_ = this.canvas_.getContext('2d');
218 var ctx = this.ctx_;
  /external/libvpx/vpx/src/
vpx_decoder_compat.c 141 vpx_dec_err_t vpx_dec_get_mem_map(vpx_dec_ctx_t *ctx_,
146 vpx_codec_ctx_t *ctx = (vpx_codec_ctx_t *)ctx_;
169 vpx_dec_err_t vpx_dec_set_mem_map(vpx_dec_ctx_t *ctx_,
173 vpx_codec_ctx_t *ctx = (vpx_codec_ctx_t *)ctx_;
  /external/v8/tools/gcmole/
gcmole.cc 74 explicit CalleesPrinter(clang::MangleContext* ctx) : ctx_(ctx) {
85 if (InV8Namespace(f) && GetMangledName(ctx_, f, &name)) {
137 clang::MangleContext* ctx_; member in class:__anon11831::CalleesPrinter
239 ctx_(ctx),
371 return (fn != NULL) && KnownToCauseGC(ctx_, fn);
384 clang::MangleContext* ctx_; member in class:__anon11831::ExpressionClassifier
398 : ctx_(ctx), decl_ctx_(ctx.getTranslationUnitDecl()) {
402 : ctx_(ctx), decl_ctx_(decl_ctx) {
406 clang::IdentifierInfo* ident = &ctx_.Idents.get(n);
407 return ctx_.DeclarationNames.getIdentifier(ident)
432 clang::ASTContext& ctx_; member in struct:__anon11831::ExpressionsFinder::Resolver
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
AttributeFactory.java 62 * @param context context to parse in; one of the {@code CTX_*}
112 * @param context context to parse in; one of the {@code CTX_*}
MemberListParser.java 149 * Gets the {@code CTX_*} constant to use when parsing attributes.
  /external/openssl/ssl/
ssl_lib.c 812 * (SSL_[CTX_]ctrl(..., SSL_CTRL_SET_READ_AHEAD, 1, NULL)),
    [all...]

Completed in 2070 milliseconds