HomeSort by relevance Sort by last modified time
    Searched refs:ctx_ (Results 1 - 5 of 5) 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/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...]
  /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_;

Completed in 147 milliseconds