Home
last modified time | relevance | path

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

/netbsd-src/sys/crypto/aes/
H A Daes_impl.h37 struct aes_impl { struct
38 const char *ai_name;
39 int (*ai_probe)(void);
40 void (*ai_setenckey)(struct aesenc *, const uint8_t *, uint32_t);
41 void (*ai_setdeckey)(struct aesdec *, const uint8_t *, uint32_t);
65 void aes_md_init(const struct aes_impl *); argument