Searched defs:crypto_algo (Results 1 – 2 of 2) sorted by relevance
337 struct crypto_algo { struct338 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;
1550 struct tc_crypto_algo *crypto_algo; in dm_info_map() local