Home
last modified time | relevance | path

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

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