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

/bind-9.11.3/lib/isc/
H A Dpk11.c65 unsigned int operations; member in struct:pk11_token
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 |
[all...]

Completed in 9 milliseconds