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

/freebsd-13-stable/crypto/openssh/
H A Dssh-pkcs11.c403 * add 'wrapped' public keys to the 'keysp' array and increment nkeys.
404 * keysp points to an (possibly empty) array with *nkeys keys.
412 struct sshkey ***keysp, int *nkeys)
436 keysp, nkeys) < 0 ||
438 keysp, nkeys) < 0)
444 pkcs11_key_included(struct sshkey ***keysp, int *nkeys, struct sshkey *key) argument
449 if (sshkey_equal(key, (*keysp)[i]))
466 struct sshkey ***keysp, int *nkeys)
570 if (pkcs11_key_included(keysp, nkeys, key)) {
574 *keysp
411 pkcs11_fetch_keys(struct pkcs11_provider *p, CK_ULONG slotidx, struct sshkey ***keysp, int *nkeys) argument
464 pkcs11_fetch_keys_filter(struct pkcs11_provider *p, CK_ULONG slotidx, CK_ATTRIBUTE filter[], CK_ATTRIBUTE attribs[3], struct sshkey ***keysp, int *nkeys) argument
[all...]
H A Dssh-pkcs11-client.c204 pkcs11_add_provider(char *name, char *pin, struct sshkey ***keysp) argument
228 *keysp = xcalloc(nkeys, sizeof(struct sshkey *));
238 (*keysp)[i] = k;

Completed in 36 milliseconds