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

  /external/boringssl/src/crypto/cipher_extra/
aead_test.cc 166 int ret = EVP_AEAD_CTX_open(ctx.get(), out2.data(), &out2_len, out2.size(),
188 EXPECT_FALSE(EVP_AEAD_CTX_open(
204 EXPECT_FALSE(EVP_AEAD_CTX_open(
453 ASSERT_TRUE(EVP_AEAD_CTX_open(
517 EXPECT_FALSE(EVP_AEAD_CTX_open(ctx.get(), out1 /* in - 1 */, &out_len,
520 EXPECT_FALSE(EVP_AEAD_CTX_open(ctx.get(), out2 /* in + 1 */, &out_len,
535 ASSERT_TRUE(EVP_AEAD_CTX_open(ctx.get(), in, &out_len, valid_encryption_len,
577 ASSERT_TRUE(EVP_AEAD_CTX_open(ctx.get(), out + 1, &out_len, sizeof(out) - 1,
628 EXPECT_FALSE(EVP_AEAD_CTX_open(ctx.get(), buf, &len, sizeof(buf),
647 EXPECT_FALSE(EVP_AEAD_CTX_open(ctx.get(), buf, &len, sizeof(buf)
    [all...]
  /external/boringssl/src/include/openssl/
aead.h 236 /* EVP_AEAD_CTX_open authenticates |in_len| bytes from |in| and |ad_len| bytes
250 * |EVP_AEAD_CTX_open| never results in a partial output. If |max_out_len| is
255 OPENSSL_EXPORT int EVP_AEAD_CTX_open(const EVP_AEAD_CTX *ctx, uint8_t *out,
  /external/boringssl/src/crypto/fipsmodule/cipher/
aead.c 183 int EVP_AEAD_CTX_open(const EVP_AEAD_CTX *ctx, uint8_t *out, size_t *out_len,
  /external/boringssl/src/fipstools/
cavp_test_util.cc 153 if (!EVP_AEAD_CTX_open(ctx.get(), pt->data(), &out_pt_len, pt->size(),
test_fips.c 122 if (!EVP_AEAD_CTX_open(&aead_ctx, output, &out_len, sizeof(output), nonce,
  /external/boringssl/src/ssl/
ssl_aead_ctx.cc 249 if (!EVP_AEAD_CTX_open(&aead->ctx, in, &len, in_len, nonce, nonce_len,
  /external/boringssl/src/tool/
speed.cc 258 return EVP_AEAD_CTX_open(ctx.get(), in2, &in2_len, chunk_len,
262 fprintf(stderr, "EVP_AEAD_CTX_open failed.\n");
  /external/conscrypt/common/src/main/java/org/conscrypt/
NativeCrypto.java 296 static native int EVP_AEAD_CTX_open(long evpAead, byte[] key, int tagLengthInBytes, byte[] out,
    [all...]
OpenSSLCipher.java     [all...]
  /external/boringssl/src/crypto/fipsmodule/
bcm.c 524 if (!EVP_AEAD_CTX_open(&aead_ctx, output, &out_len, sizeof(output), nonce,
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 1307 milliseconds