Lines Matching refs:mask
379 const char *name, u32 type, u32 mask) in crypto_grab_skcipher() argument
382 return crypto_grab_spawn(&spawn->base, inst, name, type, mask); in crypto_grab_skcipher()
387 u32 type, u32 mask) in crypto_alloc_skcipher() argument
389 return crypto_alloc_tfm(alg_name, &crypto_skcipher_type, type, mask); in crypto_alloc_skcipher()
394 const char *alg_name, u32 type, u32 mask) in crypto_alloc_sync_skcipher() argument
399 mask |= CRYPTO_ALG_ASYNC | CRYPTO_ALG_SKCIPHER_REQSIZE_LARGE; in crypto_alloc_sync_skcipher()
402 tfm = crypto_alloc_tfm(alg_name, &crypto_skcipher_type, type, mask); in crypto_alloc_sync_skcipher()
418 int crypto_has_skcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_skcipher() argument
420 return crypto_type_has_alg(alg_name, &crypto_skcipher_type, type, mask); in crypto_has_skcipher()
590 u32 mask; in skcipher_alloc_instance_simple() local
596 err = crypto_check_attr_type(tb, CRYPTO_ALG_TYPE_SKCIPHER, &mask); in skcipher_alloc_instance_simple()
606 crypto_attr_alg_name(tb[1]), 0, mask); in skcipher_alloc_instance_simple()