Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv.h14 typedef struct prov_cipher_hw_aes_siv_st { struct
15 int (*initkey)(void *ctx, const uint8_t *key, size_t keylen);
16 int (*cipher)(void *ctx, unsigned char *out, const unsigned char *in,
18 void (*setspeed)(void *ctx, int speed);
19 int (*settag)(void *ctx, const unsigned char *tag, size_t tagl);
20 void (*cleanup)(void *ctx);
21 int (*dupctx)(void *src, void *dst);