Searched refs:nextkey (Results 1 – 2 of 2) sorted by relevance
297 struct SignKeyList * nextkey; in loadidentityfile() local310 nextkey = (struct SignKeyList*)m_malloc(sizeof(struct SignKeyList)); in loadidentityfile()311 nextkey->key = key; in loadidentityfile()312 nextkey->next = cli_opts.privkeys; in loadidentityfile()313 nextkey->type = keytype; in loadidentityfile()314 cli_opts.privkeys = nextkey; in loadidentityfile()
70 nextkey: for (int i = 0; i < N_DES_WEAK_KEYS; i++) in isWeakKey()76 continue nextkey; in isWeakKey() local