Home
last modified time | relevance | path

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

/include/linux/
Dcrypto.h280 struct crypto_alg { struct
281 struct list_head cra_list;
282 struct list_head cra_users;
284 u32 cra_flags;
308 void (*cra_destroy)(struct crypto_alg *alg); argument
316 int crypto_register_alg(struct crypto_alg *alg); argument