Searched refs:CPRB (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/s390/crypto/
H A Dzcrypt_msgtype6.h42 * It contains a message header followed by a CPRB, both of which
55 unsigned int offset1; /* 0x00000058 (offset to CPRB) */
70 unsigned int ToCardLen1; /* (request CPRB len + 3) & -4 */
83 * It contains a message header followed by a CPRB. The CPRB is
84 * the same as the request CPRB, which is described above.
109 unsigned int count1; /* length of CPRB + parameters */
110 unsigned int offset1; /* offset to CPRB */
120 * Prepare a type6 CPRB message for random number generation
H A Dzcrypt_msgtype6.c67 * CPRB
71 * A request CPRB is followed by a request_parameter_block.
78 struct CPRB { struct
79 unsigned short cprb_len; /* CPRB length */
80 unsigned char cprb_ver_id; /* CPRB version id. */
93 * the CPRB). */
104 * the CPRB). */
287 * Convert a XCRB message to a type6 CPRB message.
371 /* prepare CPRB */ XCRB_msg_to_type6CPRB_msgX()
447 /* Import CPRB data from the ioctl input parameter */ xcrb_msg_to_type6_ep11cprb_msgx()
627 /* Copy CPRB to user */ convert_type86_xcrb()
661 /* Copy response CPRB to user */ convert_type86_ep11_xcrb()
/linux-4.4.14/arch/s390/include/uapi/asm/
H A Dzcrypt.h87 * A request CPRB is followed by a request_parameter_block.
95 unsigned short cprb_len; /* CPRB length 220 */
96 unsigned char cprb_ver_id; /* CPRB version id. 0x02 */
160 * @cprb_len: CPRB header length [0x0020]
161 * @cprb_ver_id: CPRB version id. [0x04]
245 * Send an arbitrary CPRB to a crypto card.
248 * Send an arbitrary EP11 CPRB to an EP11 coprocessor crypto card.

Completed in 164 milliseconds