Home | History | Annotate | Download | only in openssh

Lines Matching defs:keys

235 /* send list of supported public keys to 'client' */
494 /* Loop over all identities and clear the keys. */
508 /* removes expired keys and returns number of seconds until the next expiry */
711 struct sshkey **keys = NULL, *k;
741 count = pkcs11_add_provider(provider, pin, &keys);
743 k = keys[i];
759 keys[i] = NULL;
764 free(keys);
785 /* Skip file--based keys */
1347 /* deny core dumps, since memory contains unencrypted private keys */
1378 (void) reaper(); /* remove expired keys */