Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/evp/
H A Devp_local.h326 struct evp_aead_st { struct
327 unsigned char key_len;
328 unsigned char nonce_len;
329 unsigned char overhead;
330 unsigned char max_tag_len;
332 int (*init)(struct evp_aead_ctx_st*, const unsigned char *key,
334 void (*cleanup)(struct evp_aead_ctx_st*);
336 int (*seal)(const struct evp_aead_ctx_st *ctx, unsigned char *out,
341 int (*open)(const struct evp_aead_ctx_st *ctx, unsigned char *out,