Searched refs:xlp_rsa_command (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/mips/nlm/dev/sec/
H A Dnlmrsalib.h40 struct xlp_rsa_command { struct
H A Dnlmrsa.c81 static int xlp_get_rsa_opsize(struct xlp_rsa_command *cmd, unsigned int bits);
82 static void xlp_free_cmd_params(struct xlp_rsa_command *cmd);
141 struct xlp_rsa_command *cmd = NULL;
163 cmd = malloc(sizeof(struct xlp_rsa_command), M_DEVBUF,
213 struct xlp_rsa_command *cmd;
227 cmd = (struct xlp_rsa_command *)(uintptr_t)msg->msg[1];
336 xlp_free_cmd_params(struct xlp_rsa_command *cmd)
352 xlp_get_rsa_opsize(struct xlp_rsa_command *cmd, unsigned int bits)
410 struct xlp_rsa_command *cmd)
441 struct xlp_rsa_command *cm
[all...]

Completed in 105 milliseconds