Searched refs:keysp (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dssh-pkcs11-client.c185 pkcs11_add_provider(char *name, char *pin, Key ***keysp) argument
205 *keysp = xcalloc(nkeys, sizeof(Key *));
211 (*keysp)[i] = k;
H A Dssh-pkcs11.c384 * add 'wrapped' public keys to the 'keysp' array and increment nkeys.
385 * keysp points to an (possibly empty) array with *nkeys keys.
388 pkcs11_fetch_keys(struct pkcs11_provider *p, CK_ULONG slotidx, Key ***keysp, argument
462 *keysp = xrealloc(*keysp, *nkeys + 1,
464 (*keysp)[*nkeys] = key;

Completed in 94 milliseconds