Home
last modified time | relevance | path

Searched refs:EVP_AEAD_CTX_open_gather (Results 1 – 3 of 3) 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/boringssl/src/crypto/cipher_extra/
Daead_test.cc316 int ret = EVP_AEAD_CTX_open_gather( in TEST_P()
349 EXPECT_FALSE(EVP_AEAD_CTX_open_gather( in TEST_P()
365 EXPECT_FALSE(EVP_AEAD_CTX_open_gather( in TEST_P()
376 EXPECT_FALSE(EVP_AEAD_CTX_open_gather( in TEST_P()
/external/boringssl/src/include/openssl/
Daead.h313 OPENSSL_EXPORT int EVP_AEAD_CTX_open_gather(