Searched refs:crypto_get_soft_list (Results 1 – 4 of 4) sorted by relevance
50 typedef struct crypto_get_soft_list { struct
1305 int crypto_get_soft_list(uint_t *count, char **list, size_t *len);
300 STRUCT_DECL(crypto_get_soft_list, soft_list); in get_soft_list()311 if (crypto_get_soft_list(&count, &names, &len) != 0) { in get_soft_list()
348 crypto_get_soft_list(uint_t *count, char **array, size_t *len) in crypto_get_soft_list() function