Lines Matching defs:key
294 const char *key;
330 /* first build our key and determine expiry time */
331 key = construct_key(r, dcfg->context, user, realm);
336 (unsigned char*)key, strlen(key), expiry,
362 /* construct key
373 const char *key;
381 key = construct_key(r, dcfg->context, user, NULL);
383 (unsigned char*)key, strlen(key),
418 const char *key;
426 key = construct_key(r, dcfg->context, user, realm);
428 (unsigned char*)key, strlen(key),