Searched refs:open_gather (Results 1 – 3 of 3) sorted by relevance
239 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()
103 int (*open_gather)(const EVP_AEAD_CTX *ctx, uint8_t *out, member
1333 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()