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

/bind-9.11.3/lib/isc/
H A Dpk11.c85 static pk11_token_t *aes_token; variable
231 if (aes_token == NULL) {
268 if (token == aes_token)
269 aes_token = NULL;
383 token = aes_token;
916 if (aes_token == NULL)
917 aes_token = token;
951 token = aes_token;
1339 printf("\taes_token=%p\n", aes_token);

Completed in 13 milliseconds