Searched defs:clrkey (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/drivers/s390/crypto/ |
D | pkey_pckmo.c | 66 static int pckmo_clr2protkey(u32 keytype, const u8 *clrkey, u32 clrkeylen, in pckmo_clr2protkey() 181 u8 clrkey[16] = { 0 }, tmpkeybuf[16 + AES_WK_VP_SIZE]; in pckmo_verify_protkey() local 305 u8 clrkey[128]; in pckmo_gen_protkey() local
|
D | pkey_base.c | 233 const u8 *clrkey, u32 clrkeylen, in pkey_handler_clr_to_key()
|
D | pkey_ep11.c | 354 const u8 *clrkey, u32 clrkeylen, in ep11_clr2key()
|
D | pkey_cca.c | 385 const u8 *clrkey, u32 clrkeylen, in cca_clr2key()
|
D | zcrypt_ccamisc.c | 436 const u8 *clrkey, u8 *seckey) in cca_clr2seckey() 448 u8 clrkey[]; in cca_clr2seckey() member 1088 const u8 *clrkey, u8 *keybuf, u32 *keybufsize) in cca_clr2cipherkey()
|
D | zcrypt_ep11misc.c | 1415 const u8 *clrkey, u8 *keybuf, u32 *keybufsize, in ep11_clr2keyblob()
|
/linux-6.14.4/arch/s390/include/uapi/asm/ |
D | pkey.h | 103 __u8 clrkey[MAXCLRKEYSIZE]; /* 16, 24, or 32 byte clear key value */ member 139 struct pkey_clrkey clrkey; /* in: the clear key value */ member 162 struct pkey_clrkey clrkey; /* in: the clear key value */ member 300 struct pkey_clrkey clrkey; /* in: the clear key value */ member
|