Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/crypto/
Dzcrypt_cex4.c104 zdev->short_crt = 1; in zcrypt_cex4_probe()
122 zdev->short_crt = 0; in zcrypt_cex4_probe()
140 zdev->short_crt = 0; in zcrypt_cex4_probe()
Dzcrypt_cex2a.c101 zdev->short_crt = 1; in zcrypt_cex2a_probe()
119 zdev->short_crt = 1; in zcrypt_cex2a_probe()
Dzcrypt_api.h113 int short_crt; /* Card has crt length restriction. */ member
Dzcrypt_api.c490 if (zdev->short_crt && crt->inputdatalength > 240) { in zcrypt_rsa_crt()