Home
last modified time | relevance | path

Searched refs:pkey_protkey (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/s390/include/uapi/asm/
Dpkey.h78 struct pkey_protkey { struct
119 struct pkey_protkey protkey; /* out: the protected key */
129 struct pkey_protkey protkey; /* out: the protected key */
149 struct pkey_protkey protkey; /* out: the protected key */
177 struct pkey_protkey protkey; /* out: the protected key */
186 struct pkey_protkey protkey; /* in: the protected key to verify */
197 struct pkey_protkey protkey; /* out: the protected key */
309 struct pkey_protkey protkey; /* out: the protected key */
/Linux-v5.4/arch/s390/include/asm/
Dpkey.h26 struct pkey_protkey *protkey);
/Linux-v5.4/drivers/s390/crypto/
Dpkey_api.c79 struct pkey_protkey *protkey) in pkey_clr2protkey()
132 static int pkey_skey2pkey(const u8 *key, struct pkey_protkey *pkey) in pkey_skey2pkey()
221 static int pkey_genprotkey(u32 keytype, struct pkey_protkey *protkey) in pkey_genprotkey()
260 static int pkey_verifyprotkey(const struct pkey_protkey *protkey) in pkey_verifyprotkey()
306 struct pkey_protkey *protkey) in pkey_nonccatok2pkey()
334 struct pkey_protkey *protkey) in pkey_ccainttok2pkey()
360 struct pkey_protkey *protkey) in pkey_keyblob2pkey()
569 struct pkey_protkey *pkey) in pkey_keyblob2pkey2()
1152 struct pkey_protkey protkey; in pkey_protkey_aes_attr_read()
/Linux-v5.4/arch/s390/crypto/
Dpaes_s390.c83 struct pkey_protkey pk;
89 struct pkey_protkey pk[2];
94 struct pkey_protkey *pk) in __paes_convert_key()