Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dcrypto.h63 #define CRYPTO_ALG_INSTANCE 0x00000800 macro
/linux-6.12.1/crypto/
Dcrypto_user.c318 if (!(alg->cra_flags & CRYPTO_ALG_INSTANCE)) in crypto_del_alg()
Dlskcipher.c561 if ((cipher_alg->co.base.cra_flags & CRYPTO_ALG_INSTANCE)) in lskcipher_alloc_instance_simple()
Dalgapi.c624 inst->alg.cra_flags |= CRYPTO_ALG_INSTANCE; in crypto_register_instance()