Home
last modified time | relevance | path

Searched refs:rsa_modexpo_crt (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/s390/crypto/
Dzcrypt_api.h91 long (*rsa_modexpo_crt)(struct zcrypt_device *, member
Dzcrypt_msgtype6.c1115 .rsa_modexpo_crt = zcrypt_msgtype6_modexpo_crt,
1123 .rsa_modexpo_crt = zcrypt_msgtype6_modexpo_crt,
1132 .rsa_modexpo_crt = NULL,
Dzcrypt_pcica.c360 .rsa_modexpo_crt = zcrypt_pcica_modexpo_crt,
Dzcrypt_pcicc.c567 .rsa_modexpo_crt = zcrypt_pcicc_modexpo_crt,
Dzcrypt_msgtype50.c512 .rsa_modexpo_crt = zcrypt_cex2a_modexpo_crt,
Dzcrypt_api.c486 !zdev->ops->rsa_modexpo_crt || in zcrypt_rsa_crt()
533 rc = zdev->ops->rsa_modexpo_crt(zdev, crt); in zcrypt_rsa_crt()