|
@@ -144,6 +144,8 @@ int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg,
|
|
int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg,
|
|
int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg,
|
|
struct crypto_instance *inst,
|
|
struct crypto_instance *inst,
|
|
const struct crypto_type *frontend);
|
|
const struct crypto_type *frontend);
|
|
|
|
+int crypto_grab_spawn(struct crypto_spawn *spawn, const char *name,
|
|
|
|
+ u32 type, u32 mask);
|
|
|
|
|
|
void crypto_drop_spawn(struct crypto_spawn *spawn);
|
|
void crypto_drop_spawn(struct crypto_spawn *spawn);
|
|
struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
|
|
struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
|