Home
last modified time | relevance | path

Searched refs:CRYPTO_NOLOAD (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/security/integrity/evm/
Devm_crypto.c100 tmp_tfm = crypto_alloc_shash(algo, 0, CRYPTO_NOLOAD); in init_desc()
/kernel/linux/linux-5.10/include/linux/
Dcrypto.h101 #define CRYPTO_NOLOAD 0x00008000 macro
/kernel/linux/linux-5.10/crypto/
Dapi.c229 if (!alg && !(mask & CRYPTO_NOLOAD)) { in crypto_larval_lookup()