Home
last modified time | relevance | path

Searched refs:EVP_AEAD_CTX_open_gather (Results 1 – 10 of 10) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/cipher/
Daead.c214 if (EVP_AEAD_CTX_open_gather(ctx, out, nonce, nonce_len, in, plaintext_len, in EVP_AEAD_CTX_open()
229 int EVP_AEAD_CTX_open_gather(const EVP_AEAD_CTX *ctx, uint8_t *out, in EVP_AEAD_CTX_open_gather() function
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/
Daead.c214 if (EVP_AEAD_CTX_open_gather(ctx, out, nonce, nonce_len, in, plaintext_len, in EVP_AEAD_CTX_open()
229 int EVP_AEAD_CTX_open_gather(const EVP_AEAD_CTX *ctx, uint8_t *out, in EVP_AEAD_CTX_open_gather() function
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Daead.h355 OPENSSL_EXPORT int EVP_AEAD_CTX_open_gather(
/external/boringssl/src/include/openssl/
Daead.h379 OPENSSL_EXPORT int EVP_AEAD_CTX_open_gather(
/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/
Daead_test.cc320 int ret = EVP_AEAD_CTX_open_gather( in TEST_P()
353 EXPECT_FALSE(EVP_AEAD_CTX_open_gather( in TEST_P()
369 EXPECT_FALSE(EVP_AEAD_CTX_open_gather( in TEST_P()
380 EXPECT_FALSE(EVP_AEAD_CTX_open_gather( in TEST_P()
/external/boringssl/src/crypto/cipher_extra/
Daead_test.cc392 int ret = EVP_AEAD_CTX_open_gather( in TEST_P()
425 EXPECT_FALSE(EVP_AEAD_CTX_open_gather( in TEST_P()
441 EXPECT_FALSE(EVP_AEAD_CTX_open_gather( in TEST_P()
452 EXPECT_FALSE(EVP_AEAD_CTX_open_gather( in TEST_P()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list929 EVP_AEAD_CTX_open_gather
DBoringSSL-GRPC.podspec2481 '#define EVP_AEAD_CTX_open_gather GRPC_SHADOW_EVP_AEAD_CTX_open_gather',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h957 #define EVP_AEAD_CTX_open_gather GRPC_SHADOW_EVP_AEAD_CTX_open_gather macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1424 #define EVP_AEAD_CTX_open_gather BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EVP_AEAD_CTX_open_gather) macro