Home
last modified time | relevance | path

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

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