Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dccp.h27 * ccp_present - check if a CCP device is present
31 int ccp_present(void);
72 static inline int ccp_present(void) in ccp_present() function
/linux/drivers/crypto/ccp/
H A Dccp-dev.c228 * ccp_present - check if a CCP device is present
232 int ccp_present(void) in ccp_present() function
243 EXPORT_SYMBOL_GPL(ccp_present);
H A Dccp-crypto-main.c403 ret = ccp_present(); in ccp_crypto_init()
H A Dccp-dev-v5.c1025 if (ccp_present()) in ccp5_destroy()