Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/uapi/asm/
H A 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
/openbmc/linux/drivers/s390/crypto/
H A 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()
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 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()
H A Dzcrypt_ep11misc.c1443 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in ep11_kblob2protkey()