Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dcrypto_user.c394 if (!(alg->cra_flags & CRYPTO_ALG_INSTANCE)) in crypto_del_alg()
Dalgapi.c554 inst->alg.cra_flags |= CRYPTO_ALG_INSTANCE; in crypto_register_instance()
/linux-4.19.296/include/linux/
Dcrypto.h96 #define CRYPTO_ALG_INSTANCE 0x00000800 macro