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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_pcicc.h34 * It contains a message header followed by a CPRB, both of which
47 unsigned int offset1; /* 0x00000058 (offset to CPRB) */
62 unsigned int ToCardLen1; /* (request CPRB len + 3) & -4 */
73 * CPRB
77 * A request CPRB is followed by a request_parameter_block.
84 struct CPRB { struct
85 unsigned short cprb_len; /* CPRB length */
86 unsigned char cprb_ver_id; /* CPRB version id. */
99 * the CPRB). */
110 * the CPRB)
[all...]
H A Dzcrypt_pcicc.c88 * The following is used to initialize the CPRB passed to the PCICC card
94 * The CPRB is followed immediately by the parm block.
100 static struct CPRB static_cprb = {
172 struct CPRB cprb;
259 struct CPRB cprb;
309 struct CPRB cprb;

Completed in 97 milliseconds