Home
last modified time | relevance | path

Searched defs:evp_aead_st (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/evp/
H A Devp_locl.h274 struct evp_aead_st { struct
275 unsigned char key_len;
276 unsigned char nonce_len;
277 unsigned char overhead;
278 unsigned char max_tag_len;
280 int (*init)(struct evp_aead_ctx_st*, const unsigned char *key,
282 void (*cleanup)(struct evp_aead_ctx_st*);
284 int (*seal)(const struct evp_aead_ctx_st *ctx, unsigned char *out,
289 int (*open)(const struct evp_aead_ctx_st *ctx, unsigned char *out,