Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dcrypto.h64 #define CRYPTO_ALG_INSTANCE 0x00000800 macro
/Linux-v6.6/crypto/
Dcrypto_user_base.c319 if (!(alg->cra_flags & CRYPTO_ALG_INSTANCE)) in crypto_del_alg()
Dalgapi.c663 inst->alg.cra_flags |= CRYPTO_ALG_INSTANCE; in crypto_register_instance()