Home
last modified time | relevance | path

Searched refs:nextkey (Results 1 – 2 of 2) sorted by relevance

/external/dropbear/
Dcli-runopts.c297 struct SignKeyList * nextkey; in loadidentityfile() local
310 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()
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/params/
DDESParameters.java70 nextkey: for (int i = 0; i < N_DES_WEAK_KEYS; i++) in isWeakKey()
76 continue nextkey; in isWeakKey() local