Home
last modified time | relevance | path

Searched refs:slowpath_key_to_protkey (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/s390/crypto/
Dpkey_base.c189 if (h->slowpath_key_to_protkey && n < ARRAY_SIZE(htmp)) in pkey_handler_slowpath_key_to_protkey()
199 rc = h->slowpath_key_to_protkey(apqns, nr_apqns, in pkey_handler_slowpath_key_to_protkey()
Dpkey_base.h127 int (*slowpath_key_to_protkey)(const struct pkey_apqn *apqns, member
Dpkey_ep11.c551 .slowpath_key_to_protkey = ep11_slowpath_key2protkey,
Dpkey_cca.c602 .slowpath_key_to_protkey = cca_slowpath_key2protkey,