Searched refs:apqn_entries (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
H A D | pkey.h | 243 __u32 apqn_entries; /* in: # of apqn target list entries */ member 276 __u32 apqn_entries; /* in: # of apqn target list entries */ member 341 __u32 apqn_entries; /* in: # of apqn target list entries */ member 364 * argument and the number of stored entries goes into apqn_entries. If the list 365 * is empty (apqn_entries is 0) the apqn_entries field is updated to the number 366 * of apqn targets found and the ioctl returns with 0. If apqn_entries is > 0 370 * APQN is found, the ioctl returns with 0 but the apqn_entries value is 0. 377 __u32 apqn_entries; /* in: max # of apqn entries in the list */ member 402 * argument and the number of stored entries goes into apqn_entries 416 __u32 apqn_entries; /* in: max # of apqn entries in the list */ global() member 440 __u32 apqn_entries; /* in: # of apqn target list entries */ global() member [all...] |
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/ |
H A D | pkey.h | 248 __u32 apqn_entries; /* in: # of apqn target list entries */ member 281 __u32 apqn_entries; /* in: # of apqn target list entries */ member 346 __u32 apqn_entries; /* in: # of apqn target list entries */ member 369 * argument and the number of stored entries goes into apqn_entries. If the list 370 * is empty (apqn_entries is 0) the apqn_entries field is updated to the number 371 * of apqn targets found and the ioctl returns with 0. If apqn_entries is > 0 375 * APQN is found, the ioctl returns with 0 but the apqn_entries value is 0. 382 __u32 apqn_entries; /* in: max # of apqn entries in the list */ member 407 * argument and the number of stored entries goes into apqn_entries 421 __u32 apqn_entries; /* in: max # of apqn entries in the list */ global() member 445 __u32 apqn_entries; /* in: # of apqn target list entries */ global() member [all...] |
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | pkey_api.c | 1291 apqns = _copy_apqns_from_user(kgs.apqns, kgs.apqn_entries); in pkey_unlocked_ioctl() 1299 rc = pkey_genseckey2(apqns, kgs.apqn_entries, in pkey_unlocked_ioctl() 1333 apqns = _copy_apqns_from_user(kcs.apqns, kcs.apqn_entries); in pkey_unlocked_ioctl() 1341 rc = pkey_clr2seckey2(apqns, kcs.apqn_entries, in pkey_unlocked_ioctl() 1396 apqns = _copy_apqns_from_user(ktp.apqns, ktp.apqn_entries); in pkey_unlocked_ioctl() 1404 rc = pkey_keyblob2pkey2(apqns, ktp.apqn_entries, in pkey_unlocked_ioctl() 1425 nr_apqns = kak.apqn_entries; in pkey_unlocked_ioctl() 1447 if (nr_apqns > kak.apqn_entries) { in pkey_unlocked_ioctl() 1459 kak.apqn_entries = nr_apqns; in pkey_unlocked_ioctl() 1473 nr_apqns = kat.apqn_entries; in pkey_unlocked_ioctl() [all...] |
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | pkey_api.c | 1515 apqns = _copy_apqns_from_user(kgs.apqns, kgs.apqn_entries); in pkey_unlocked_ioctl() 1523 rc = pkey_genseckey2(apqns, kgs.apqn_entries, in pkey_unlocked_ioctl() 1557 apqns = _copy_apqns_from_user(kcs.apqns, kcs.apqn_entries); in pkey_unlocked_ioctl() 1565 rc = pkey_clr2seckey2(apqns, kcs.apqn_entries, in pkey_unlocked_ioctl() 1620 apqns = _copy_apqns_from_user(ktp.apqns, ktp.apqn_entries); in pkey_unlocked_ioctl() 1629 rc = pkey_keyblob2pkey2(apqns, ktp.apqn_entries, in pkey_unlocked_ioctl() 1652 nr_apqns = kak.apqn_entries; in pkey_unlocked_ioctl() 1674 if (nr_apqns > kak.apqn_entries) { in pkey_unlocked_ioctl() 1686 kak.apqn_entries = nr_apqns; in pkey_unlocked_ioctl() 1700 nr_apqns = kat.apqn_entries; in pkey_unlocked_ioctl() [all...] |
Completed in 7 milliseconds