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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c73 static u_int32_t cryptodev_asymfeat = 0; variable
732 if (cryptodev_asymfeat == 0) {
1063 if (ioctl(fd, CIOCASYMFEAT, &cryptodev_asymfeat) == -1) {
1089 if (cryptodev_asymfeat & CRF_MOD_EXP) {
1091 if (cryptodev_asymfeat & CRF_MOD_EXP_CRT)
1104 if (cryptodev_asymfeat & CRF_DSA_SIGN)
1106 if (cryptodev_asymfeat & CRF_MOD_EXP) {
1110 if (cryptodev_asymfeat & CRF_DSA_VERIFY)
1120 if (cryptodev_asymfeat & CRF_MOD_EXP) {
1122 if (cryptodev_asymfeat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_cryptodev.c82 static u_int32_t cryptodev_asymfeat = 0; variable
1117 if (cryptodev_asymfeat == 0) {
1468 if (ioctl(fd, CIOCASYMFEAT, &cryptodev_asymfeat) == -1) {
1494 if (cryptodev_asymfeat & CRF_MOD_EXP) {
1496 if (cryptodev_asymfeat & CRF_MOD_EXP_CRT)
1507 if (cryptodev_asymfeat & CRF_DSA_SIGN)
1509 if (cryptodev_asymfeat & CRF_MOD_EXP) {
1513 if (cryptodev_asymfeat & CRF_DSA_VERIFY)
1523 if (cryptodev_asymfeat & CRF_MOD_EXP) {
1525 if (cryptodev_asymfeat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_cryptodev.c82 static u_int32_t cryptodev_asymfeat = 0; variable
1117 if (cryptodev_asymfeat == 0) {
1468 if (ioctl(fd, CIOCASYMFEAT, &cryptodev_asymfeat) == -1) {
1494 if (cryptodev_asymfeat & CRF_MOD_EXP) {
1496 if (cryptodev_asymfeat & CRF_MOD_EXP_CRT)
1507 if (cryptodev_asymfeat & CRF_DSA_SIGN)
1509 if (cryptodev_asymfeat & CRF_MOD_EXP) {
1513 if (cryptodev_asymfeat & CRF_DSA_VERIFY)
1523 if (cryptodev_asymfeat & CRF_MOD_EXP) {
1525 if (cryptodev_asymfeat
[all...]

Completed in 60 milliseconds