Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcrypto.h85 #define CRYPTO_NOLOAD 0x00008000 macro
/linux/security/integrity/evm/
H A Devm_crypto.c102 tmp_tfm = crypto_alloc_shash(algo, 0, CRYPTO_NOLOAD); in init_desc()
/linux/crypto/
H A Dapi.c283 if (!alg && !(mask & CRYPTO_NOLOAD)) { in crypto_larval_lookup()