Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dcrypto_user.c347 if (!(alg->cra_flags & CRYPTO_ALG_INSTANCE)) in crypto_del_alg()
Dalgapi.c537 inst->alg.cra_flags |= CRYPTO_ALG_INSTANCE; in crypto_register_instance()
/linux-4.4.14/include/linux/
Dcrypto.h91 #define CRYPTO_ALG_INSTANCE 0x00000800 macro