Home
last modified time | relevance | path

Searched refs:CRYPTO_ALG_INTERNAL (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/crypto/
Dsimd.c120 CRYPTO_ALG_INTERNAL, in simd_skcipher_init()
121 CRYPTO_ALG_INTERNAL); in simd_skcipher_init()
146 tfm = crypto_alloc_skcipher(basename, CRYPTO_ALG_INTERNAL, in simd_skcipher_create_compat()
147 CRYPTO_ALG_INTERNAL | CRYPTO_ALG_ASYNC); in simd_skcipher_create_compat()
Dpcbc.c223 ~CRYPTO_ALG_INTERNAL) in crypto_pcbc_create()
231 (algt->type & CRYPTO_ALG_INTERNAL), in crypto_pcbc_create()
233 (algt->mask & CRYPTO_ALG_INTERNAL)); in crypto_pcbc_create()
248 inst->alg.base.cra_flags = alg->cra_flags & CRYPTO_ALG_INTERNAL; in crypto_pcbc_create()
Dmcryptd.c263 *type |= algt->type & CRYPTO_ALG_INTERNAL; in mcryptd_check_internal()
264 *mask |= algt->mask & CRYPTO_ALG_INTERNAL; in mcryptd_check_internal()
266 if (*type & *mask & CRYPTO_ALG_INTERNAL) in mcryptd_check_internal()
520 (alg->cra_flags & (CRYPTO_ALG_INTERNAL | in mcryptd_create_hash()
Dproc.c54 (alg->cra_flags & CRYPTO_ALG_INTERNAL) ? in c_show()
Dcryptd.c215 *type |= algt->type & CRYPTO_ALG_INTERNAL; in cryptd_check_internal()
216 *mask |= algt->mask & CRYPTO_ALG_INTERNAL; in cryptd_check_internal()
416 if (alg->cra_flags & CRYPTO_ALG_INTERNAL) in cryptd_create_blkcipher()
417 type |= CRYPTO_ALG_INTERNAL; in cryptd_create_blkcipher()
631 (alg->base.cra_flags & CRYPTO_ALG_INTERNAL); in cryptd_create_skcipher()
901 (alg->cra_flags & (CRYPTO_ALG_INTERNAL | in cryptd_create_hash()
1087 (alg->base.cra_flags & CRYPTO_ALG_INTERNAL); in cryptd_create_aead()
Dapi.c277 if (!((type | mask) & CRYPTO_ALG_INTERNAL)) in crypto_alg_mod_lookup()
278 mask |= CRYPTO_ALG_INTERNAL; in crypto_alg_mod_lookup()
Dalgboss.c248 if (type & CRYPTO_ALG_INTERNAL) in cryptomgr_schedule_test()
/linux-4.19.296/include/crypto/
Dmorus640_glue.h99 .cra_flags = CRYPTO_ALG_INTERNAL, \
Dmorus1280_glue.h99 .cra_flags = CRYPTO_ALG_INTERNAL, \
/linux-4.19.296/include/linux/
Dcrypto.h107 #define CRYPTO_ALG_INTERNAL 0x00002000 macro