Searched refs:cryptodev_asymfeat (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c76 static u_int32_t cryptodev_asymfeat = 0; variable
762 if (cryptodev_asymfeat == 0) {
1108 if (ioctl(fd, CIOCASYMFEAT, &cryptodev_asymfeat) == -1) {
1134 if (cryptodev_asymfeat & CRF_MOD_EXP) {
1136 if (cryptodev_asymfeat & CRF_MOD_EXP_CRT)
1147 if (cryptodev_asymfeat & CRF_DSA_SIGN)
1149 if (cryptodev_asymfeat & CRF_MOD_EXP) {
1153 if (cryptodev_asymfeat & CRF_DSA_VERIFY)
1163 if (cryptodev_asymfeat & CRF_MOD_EXP) {
1165 if (cryptodev_asymfeat
[all...]

Completed in 46 milliseconds