HomeSort by: relevance | last modified time | path
    Searched refs:ctx_ (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_suppressions_test.cc 67 : ctx_(kTestSuppressionTypes, ARRAY_SIZE(kTestSuppressionTypes)) {}
70 SuppressionContext ctx_; member in class:__sanitizer::SuppressionContextTest
74 EXPECT_EQ(count, ctx_.SuppressionCount());
76 const Suppression *s = ctx_.SuppressionAt(i);
84 ctx_.Parse("race:foo\n"
94 ctx_.Parse(
105 ctx_.Parse(
115 ctx_.Parse(
126 ctx_.Parse(
129 EXPECT_TRUE(ctx_.HasSuppressionType("race"))
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_aead_aes256gcm.h 114 int crypto_aead_aes256gcm_beforenm(crypto_aead_aes256gcm_state *ctx_,
126 const crypto_aead_aes256gcm_state *ctx_);
137 const crypto_aead_aes256gcm_state *ctx_)
150 const crypto_aead_aes256gcm_state *ctx_);
161 const crypto_aead_aes256gcm_state *ctx_)
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
aead_aes256gcm_aesni.c 488 crypto_aead_aes256gcm_beforenm(crypto_aead_aes256gcm_state *ctx_,
491 context *ctx = (context *) ctx_;
496 COMPILER_ASSERT((sizeof *ctx_) >= (sizeof *ctx));
510 const crypto_aead_aes256gcm_state *ctx_)
513 const context *ctx = (const context *) ctx_;
629 const crypto_aead_aes256gcm_state *ctx_)
635 nsec, npub, ctx_);
648 const crypto_aead_aes256gcm_state *ctx_)
651 const context *ctx = (const context *) ctx_;
805 const crypto_aead_aes256gcm_state *ctx_)
    [all...]

Completed in 15 milliseconds