Lines Matching refs:operations
65 unsigned int operations;
401 ((token->operations & (1 << optype)) == 0))
622 token->operations |= 1 << OP_RAND;
686 token->operations |= 1 << OP_RSA;
717 token->operations |= 1 << OP_DSA;
747 token->operations |= 1 << OP_DH;
829 token->operations |= 1 << OP_DIGEST;
851 token->operations |= 1 << OP_EC;
881 token->operations |= 1 << OP_GOST;
915 token->operations |= 1 << OP_AES;
1351 printf("\tsupported operations=0x%x (", token->operations);
1353 if (token->operations & (1 << OP_RAND)) {
1359 if (token->operations & (1 << OP_RSA)) {
1365 if (token->operations & (1 << OP_DSA)) {
1371 if (token->operations & (1 << OP_DH)) {
1377 if (token->operations & (1 << OP_DIGEST)) {
1383 if (token->operations & (1 << OP_EC)) {
1389 if (token->operations & (1 << OP_AES)) {