Searched defs:protkey (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/s390/crypto/ |
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() 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 …]
|
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()
|
D | zcrypt_ep11misc.c | 1443 u8 *protkey, u32 *protkeylen, u32 *protkeytype) in ep11_kblob2protkey()
|
/Linux-v6.6/arch/s390/include/uapi/asm/ |
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
|