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

  /external/chromium/crypto/
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::__anon4845::SecureHashSHA256NSS
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::__anon4846::SecureHashSHA256OpenSSL
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::__anon4832::ScopedCipherCTX
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 564 Context *ctx_; member in class:__tsan::ScopedReport
  /external/v8/tools/gcmole/
gcmole.cc 89 : ctx_(ctx), decl_ctx_(ctx.getTranslationUnitDecl()) {
93 : ctx_(ctx), decl_ctx_(decl_ctx) {
97 clang::IdentifierInfo* ident = &ctx_.Idents.get(n);
98 return ctx_.DeclarationNames.getIdentifier(ident);
102 return Resolver(ctx_, Resolve<clang::NamespaceDecl>(n));
123 clang::ASTContext& ctx_; member in struct:__anon15962::Resolver
130 explicit CalleesPrinter(clang::MangleContext* ctx) : ctx_(ctx) {
148 if (InV8Namespace(f) && GetMangledName(ctx_, f, &name)) {
200 clang::MangleContext* ctx_; member in class:__anon15962::CalleesPrinter
515 : ctx_(ctx)
1186 clang::MangleContext* ctx_; member in class:__anon15962::FunctionAnalyzer
    [all...]

Completed in 411 milliseconds