Home
last modified time | relevance | path

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

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