Home
last modified time | relevance | path

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

/linux/drivers/crypto/ccp/
H A Dccp-crypto-main.c41 static unsigned int rsa_disable; variable
42 module_param(rsa_disable, uint, 0444);
43 MODULE_PARM_DESC(rsa_disable, "Disable use of RSA - any non-zero value");
358 if (!rsa_disable) { in ccp_register_algs()
/linux/drivers/tty/serial/8250/
H A D8250.h320 void rsa_disable(struct uart_8250_port *up);
326 static inline void rsa_disable(struct uart_8250_port *up) {} in rsa_disable() function
H A D8250_rsa.c167 void rsa_disable(struct uart_8250_port *up) in rsa_disable() function
H A D8250_port.c2396 rsa_disable(up); in serial8250_do_shutdown()