Searched refs:wkvp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.h | 34 u8 wkvp[16]; /* wrapping key verification pattern */ member 125 * - if wkvp != NULL only apqns where the wkvp (EP11_WKVPLEN bytes) matches 126 * to the first EP11_WKVPLEN bytes of the wkvp of the current wrapping 127 * key for this domain. When a wkvp is given there will aways be a re-fetch 138 int minhwtype, int minapi, const u8 *wkvp);
|
H A D | pkey_api.c | 235 ZCRYPT_CEX7, EP11_API_V, kb->wkvp); in pkey_ep11key2pkey() 741 ZCRYPT_CEX7, EP11_API_V, kb->wkvp); in pkey_verifykey2() 856 minhwtype, api, kb->wkvp); in pkey_apqns4key() 872 minhwtype, api, kb->wkvp); in pkey_apqns4key() 975 u8 *wkvp = NULL; in pkey_apqns4keytype() local 978 wkvp = cur_mkvp; in pkey_apqns4keytype() 980 ZCRYPT_CEX7, EP11_API_V, wkvp); in pkey_apqns4keytype()
|
H A D | zcrypt_ep11misc.c | 1388 int minhwtype, int minapi, const u8 *wkvp) in ep11_findcard2() 1437 /* check wkvp if given */ in ep11_findcard2() 1438 if (wkvp) { in ep11_findcard2() 1443 if (memcmp(wkvp, edi.cur_wkvp, 16)) in ep11_findcard2() 1387 ep11_findcard2(u32 **apqns, u32 *nr_apqns, u16 cardnr, u16 domain, int minhwtype, int minapi, const u8 *wkvp) ep11_findcard2() argument
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.h | 36 u8 wkvp[16]; /* wrapping key verification pattern */ member 134 * - if wkvp != NULL only apqns where the wkvp (EP11_WKVPLEN bytes) matches 135 * to the first EP11_WKVPLEN bytes of the wkvp of the current wrapping 136 * key for this domain. When a wkvp is given there will always be a re-fetch 147 int minhwtype, int minapi, const u8 *wkvp);
|
H A D | pkey_api.c | 118 /* 16 byte key, 32 byte aes wkvp, total 48 bytes */ in pkey_clr2protkey() 124 /* 24 byte key, 32 byte aes wkvp, total 56 bytes */ in pkey_clr2protkey() 130 /* 32 byte key, 32 byte aes wkvp, total 64 bytes */ in pkey_clr2protkey() 136 /* 32 byte key, 32 byte aes wkvp, total 64 bytes */ in pkey_clr2protkey() 142 /* 48 byte key, 32 byte aes wkvp, total 80 bytes */ in pkey_clr2protkey() 148 /* 80 byte key, 32 byte aes wkvp, total 112 bytes */ in pkey_clr2protkey() 154 /* 32 byte key, 32 byte aes wkvp, total 64 bytes */ in pkey_clr2protkey() 160 /* 64 byte key, 32 byte aes wkvp, total 96 bytes */ in pkey_clr2protkey() 196 /* copy created protected key to key buffer including the wkvp block */ in pkey_clr2protkey() 1069 minhwtype, api, kb->wkvp); in pkey_apqns4key() 1191 u8 *wkvp = NULL; pkey_apqns4keytype() local [all...] |
H A D | zcrypt_ep11misc.c | 217 return kb->wkvp; in ep11_kb_wkvp() 1551 int minhwtype, int minapi, const u8 *wkvp) in ep11_findcard2() 1600 /* check wkvp if given */ in ep11_findcard2() 1601 if (wkvp) { in ep11_findcard2() 1606 if (memcmp(wkvp, edi.cur_wkvp, 16)) in ep11_findcard2() 1550 ep11_findcard2(u32 **apqns, u32 *nr_apqns, u16 cardnr, u16 domain, int minhwtype, int minapi, const u8 *wkvp) ep11_findcard2() argument
|
Completed in 10 milliseconds