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

/external/openssl/crypto/engine/
H A Deng_cryptodev.c85 static u_int32_t cryptodev_asymfeat = 0; variable
1034 if (cryptodev_asymfeat == 0) {
1380 if (ioctl(fd, CIOCASYMFEAT, &cryptodev_asymfeat) == -1) {
1406 if (cryptodev_asymfeat & CRF_MOD_EXP) {
1408 if (cryptodev_asymfeat & CRF_MOD_EXP_CRT)
1421 if (cryptodev_asymfeat & CRF_DSA_SIGN)
1423 if (cryptodev_asymfeat & CRF_MOD_EXP) {
1427 if (cryptodev_asymfeat & CRF_DSA_VERIFY)
1437 if (cryptodev_asymfeat & CRF_MOD_EXP) {
1439 if (cryptodev_asymfeat
[all...]

Completed in 65 milliseconds