Home
last modified time | relevance | path

Searched defs:protkey (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
Dpkey.h87 __u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */ member
139 struct pkey_protkey protkey; /* out: the protected key */ member
149 struct pkey_protkey protkey; /* out: the protected key */ member
169 struct pkey_protkey protkey; /* out: the protected key */ member
197 struct pkey_protkey protkey; /* out: the protected key */ member
206 struct pkey_protkey protkey; /* in: the protected key to verify */ member
217 struct pkey_protkey protkey; /* out: the protected key */ member
342 struct pkey_protkey protkey; /* out: the protected key */ member
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
Dpkey.h92 __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
/kernel/linux/linux-6.6/drivers/s390/crypto/
Dpkey_api.c73 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()
405 static int pkey_verifyprotkey(const u8 *protkey, u32 protkeylen, in pkey_verifyprotkey()
458 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in nonccatokaes2pkey()
517 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in nonccatokecc2pkey()
565 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in pkey_nonccatok2pkey()
643 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in pkey_ccainttok2pkey()
[all …]
Dzcrypt_ccamisc.c580 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()
Dzcrypt_ep11misc.c1443 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in ep11_kblob2protkey()
/kernel/linux/linux-5.10/drivers/s390/crypto/
Dpkey_api.c70 u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */ member
89 struct pkey_protkey *protkey) in pkey_clr2protkey()
303 static int pkey_genprotkey(u32 keytype, struct pkey_protkey *protkey) in pkey_genprotkey()
342 static int pkey_verifyprotkey(const struct pkey_protkey *protkey) in pkey_verifyprotkey()
388 struct pkey_protkey *protkey) in pkey_nonccatok2pkey()
486 struct pkey_protkey *protkey) in pkey_ccainttok2pkey()
512 struct pkey_protkey *protkey) in pkey_keyblob2pkey()
1002 u8 *protkey, u32 *protkeylen) in pkey_keyblob2pkey3()
1512 u8 *kkey, *protkey; in pkey_unlocked_ioctl() local
1579 struct pkey_protkey protkey; in pkey_protkey_aes_attr_read() local
Dzcrypt_ccamisc.c581 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in cca_sec2protkey()
1181 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in cca_cipher2protkey()
1347 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in cca_ecc2protkey()
Dzcrypt_ep11misc.c1267 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in ep11_kblob2protkey()