Home
last modified time | relevance | path

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

/dragonfly/lib/libdmsg/
H A Ddmsg.h337 struct crypto_algo { struct
338 const char *name;
339 int keylen;
340 int unused01;
341 algo_init_fn init;
342 algo_uninit_fn uninit;
343 algo_enc_fn enc_chunk;
344 algo_dec_fn dec_chunk;
/dragonfly/lib/libtcplay/
H A Dtcplay.c1550 struct tc_crypto_algo *crypto_algo; in dm_info_map() local