Searched refs:cryptodev_asymfeat (Results 1 – 2 of 2) sorted by relevance
85 static u_int32_t cryptodev_asymfeat = 0; variable1034 if (cryptodev_asymfeat == 0) { in cryptodev_bn_mod_exp()1380 if (ioctl(fd, CIOCASYMFEAT, &cryptodev_asymfeat) == -1) { in ENGINE_load_cryptodev()1406 if (cryptodev_asymfeat & CRF_MOD_EXP) { in ENGINE_load_cryptodev()1408 if (cryptodev_asymfeat & CRF_MOD_EXP_CRT) in ENGINE_load_cryptodev()1421 if (cryptodev_asymfeat & CRF_DSA_SIGN) in ENGINE_load_cryptodev()1423 if (cryptodev_asymfeat & CRF_MOD_EXP) { in ENGINE_load_cryptodev()1427 if (cryptodev_asymfeat & CRF_DSA_VERIFY) in ENGINE_load_cryptodev()1437 if (cryptodev_asymfeat & CRF_MOD_EXP) { in ENGINE_load_cryptodev()1439 if (cryptodev_asymfeat & CRF_DH_COMPUTE_KEY) in ENGINE_load_cryptodev()