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

/bind-9.11.3/lib/isc/
H A Dpk11.c53 typedef struct pk11_token pk11_token_t; typedef in typeref:struct:pk11_token
60 pk11_token_t *token;
66 ISC_LINK(pk11_token_t) link;
76 static ISC_LIST(pk11_token_t) tokens;
78 static pk11_token_t *rand_token;
79 static pk11_token_t *best_rsa_token;
80 static pk11_token_t *best_dsa_token;
81 static pk11_token_t *best_dh_token;
82 static pk11_token_t *digest_token;
83 static pk11_token_t *best_ec_toke
[all...]

Completed in 13 milliseconds