/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
H A D | pkey.h | 87 __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/ |
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
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 1266 ep11_kblob2protkey(u16 card, u16 dom, const u8 *keyblob, size_t keybloblen, u8 *protkey, u32 *protkeylen, u32 *protkeytype) ep11_kblob2protkey() argument
|
H A D | zcrypt_ccamisc.c | 579 cca_sec2protkey(u16 cardnr, u16 domain, const u8 seckey[SECKEYBLOBSIZE], u8 *protkey, u32 *protkeylen, u32 *protkeytype) cca_sec2protkey() argument 1180 cca_cipher2protkey(u16 cardnr, u16 domain, const u8 *ckey, u8 *protkey, u32 *protkeylen, u32 *protkeytype) cca_cipher2protkey() argument 1346 cca_ecc2protkey(u16 cardnr, u16 domain, const u8 *key, u8 *protkey, u32 *protkeylen, u32 *protkeytype) cca_ecc2protkey() argument
|
H A D | pkey_api.c | 70 u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */ member 87 pkey_clr2protkey(u32 keytype, const struct pkey_clrkey *clrkey, struct pkey_protkey *protkey) pkey_clr2protkey() argument 303 pkey_genprotkey(u32 keytype, struct pkey_protkey *protkey) pkey_genprotkey() argument 342 pkey_verifyprotkey(const struct pkey_protkey *protkey) pkey_verifyprotkey() argument 387 pkey_nonccatok2pkey(const u8 *key, u32 keylen, struct pkey_protkey *protkey) pkey_nonccatok2pkey() argument 485 pkey_ccainttok2pkey(const u8 *key, u32 keylen, struct pkey_protkey *protkey) pkey_ccainttok2pkey() argument 511 pkey_keyblob2pkey(const u8 *key, u32 keylen, struct pkey_protkey *protkey) pkey_keyblob2pkey() argument 1000 pkey_keyblob2pkey3(const struct pkey_apqn *apqns, size_t nr_apqns, const u8 *key, size_t keylen, u32 *protkeytype, u8 *protkey, u32 *protkeylen) pkey_keyblob2pkey3() argument 1512 u8 *kkey, *protkey; pkey_unlocked_ioctl() local 1579 struct pkey_protkey protkey; pkey_protkey_aes_attr_read() local [all...] |
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.c | 579 cca_sec2protkey(u16 cardnr, u16 domain, const u8 *seckey, u8 *protkey, u32 *protkeylen, u32 *protkeytype) cca_sec2protkey() argument 1183 cca_cipher2protkey(u16 cardnr, u16 domain, const u8 *ckey, u8 *protkey, u32 *protkeylen, u32 *protkeytype) cca_cipher2protkey() argument 1352 cca_ecc2protkey(u16 cardnr, u16 domain, const u8 *key, u8 *protkey, u32 *protkeylen, u32 *protkeytype) cca_ecc2protkey() argument
|
H A D | zcrypt_ep11misc.c | 1441 ep11_kblob2protkey(u16 card, u16 dom, const u8 *keyblob, size_t keybloblen, u8 *protkey, u32 *protkeylen, u32 *protkeytype) ep11_kblob2protkey() argument
|
H A D | pkey_api.c | 73 u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */ member 207 static int pkey_skey2pkey(const u8 *key, u8 *protkey, in pkey_skey2pkey() argument 373 static int pkey_genprotkey(u32 keytype, u8 *protkey, in pkey_genprotkey() argument 105 pkey_clr2protkey(u32 keytype, const u8 *clrkey, u8 *protkey, u32 *protkeylen, u32 *protkeytype) pkey_clr2protkey() argument 293 pkey_ep11key2pkey(const u8 *key, size_t keylen, u8 *protkey, u32 *protkeylen, u32 *protkeytype) pkey_ep11key2pkey() argument 405 pkey_verifyprotkey(const u8 *protkey, u32 protkeylen, u32 protkeytype) pkey_verifyprotkey() argument 457 nonccatokaes2pkey(const struct clearkeytoken *t, u8 *protkey, u32 *protkeylen, u32 *protkeytype) nonccatokaes2pkey() argument 516 nonccatokecc2pkey(const struct clearkeytoken *t, u8 *protkey, u32 *protkeylen, u32 *protkeytype) nonccatokecc2pkey() argument 564 pkey_nonccatok2pkey(const u8 *key, u32 keylen, u8 *protkey, u32 *protkeylen, u32 *protkeytype) pkey_nonccatok2pkey() argument 642 pkey_ccainttok2pkey(const u8 *key, u32 keylen, u8 *protkey, u32 *protkeylen, u32 *protkeytype) pkey_ccainttok2pkey() argument 668 pkey_keyblob2pkey(const u8 *key, u32 keylen, u8 *protkey, u32 *protkeylen, u32 *protkeytype) pkey_keyblob2pkey() argument 966 pkey_keyblob2pkey2(const struct pkey_apqn *apqns, size_t nr_apqns, const u8 *key, size_t keylen, u8 *protkey, u32 *protkeylen, u32 *protkeytype) pkey_keyblob2pkey2() argument 1219 pkey_keyblob2pkey3(const struct pkey_apqn *apqns, size_t nr_apqns, const u8 *key, size_t keylen, u8 *protkey, u32 *protkeylen, u32 *protkeytype) pkey_keyblob2pkey3() argument 1739 u8 *kkey, *protkey; pkey_unlocked_ioctl() local 1806 struct pkey_protkey protkey; pkey_protkey_aes_attr_read() local [all...] |