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.h332 struct evp_aead_st { struct
333 unsigned char key_len;
334 unsigned char nonce_len;
335 unsigned char overhead;
336 unsigned char max_tag_len;
338 int (*init)(struct evp_aead_ctx_st*, const unsigned char *key,
340 void (*cleanup)(struct evp_aead_ctx_st*);
342 int (*seal)(const struct evp_aead_ctx_st *ctx, unsigned char *out,
347 int (*open)(const struct evp_aead_ctx_st *ctx, unsigned char *out,