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

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
H A Dinternal.h103 int (*open_gather)(const EVP_AEAD_CTX *ctx, uint8_t *out, member in struct:evp_aead_st
H A Daead.c239 if (!ctx->aead->open_gather) {
244 if (ctx->aead->open_gather(ctx, out, nonce, nonce_len, in, in_len, in_tag,
H A De_aes.c1058 out->open_gather = aead_aes_gcm_open_gather;
1073 out->open_gather = aead_aes_gcm_open_gather;
1144 out->open_gather = aead_aes_gcm_open_gather;
1159 out->open_gather = aead_aes_gcm_open_gather;
1244 out->open_gather = aead_aes_gcm_open_gather;
1259 out->open_gather = aead_aes_gcm_open_gather;

Completed in 17 milliseconds