Searched defs:protkey (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | pkey.h | 92 __u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */ member 144 struct pkey_protkey protkey; /* out: the protected key */ member 154 struct pkey_protkey protkey; /* out: the protected key */ member 174 struct pkey_protkey protkey; /* out: the protected key */ member 202 struct pkey_protkey protkey; /* out: the protected key */ member 211 struct pkey_protkey protkey; /* in: the protected key to verify */ member 222 struct pkey_protkey protkey; /* out: the protected key */ member 347 struct pkey_protkey protkey; /* out: the protected key */ member
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | pkey_api.c | 73 u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */ member 106 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in pkey_clr2protkey() 207 static int pkey_skey2pkey(const u8 *key, u8 *protkey, in pkey_skey2pkey() 294 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in pkey_ep11key2pkey() 373 static int pkey_genprotkey(u32 keytype, u8 *protkey, in pkey_genprotkey() 458 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in nonccatokaes2pkey() 517 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in nonccatokecc2pkey() 669 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in pkey_keyblob2pkey() 968 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in pkey_keyblob2pkey2() 1739 u8 *kkey, *protkey; in pkey_unlocked_ioctl() local [all …]
|
H A D | zcrypt_ccamisc.c | 580 const u8 *seckey, u8 *protkey, u32 *protkeylen, in cca_sec2protkey() 1184 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in cca_cipher2protkey() 1353 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in cca_ecc2protkey()
|
H A D | zcrypt_ep11misc.c | 1443 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in ep11_kblob2protkey()
|