Home
last modified time | relevance | path

Searched refs:open_gather (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/cipher/
Daead.c239 if (!ctx->aead->open_gather) { in EVP_AEAD_CTX_open_gather()
244 if (ctx->aead->open_gather(ctx, out, nonce, nonce_len, in, in_len, in_tag, in EVP_AEAD_CTX_open_gather()
Dinternal.h103 int (*open_gather)(const EVP_AEAD_CTX *ctx, uint8_t *out, member
De_aes.c1333 out->open_gather = aead_aes_gcm_open_gather; in DEFINE_METHOD_FUNCTION()
1348 out->open_gather = aead_aes_gcm_open_gather; in DEFINE_METHOD_FUNCTION()
1420 out->open_gather = aead_aes_gcm_open_gather; in DEFINE_METHOD_FUNCTION()
1435 out->open_gather = aead_aes_gcm_open_gather; in DEFINE_METHOD_FUNCTION()