Searched refs:keysp (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ssh-pkcs11.c | 695 pkcs11_key_included(struct sshkey ***keysp, int *nkeys, struct sshkey *key) in pkcs11_key_included() argument 700 if (sshkey_equal(key, (*keysp)[i])) in pkcs11_key_included() 1125 struct sshkey ***keysp, char ***labelsp, int *nkeys) in pkcs11_fetch_certs() argument 1194 if (pkcs11_key_included(keysp, nkeys, key)) { in pkcs11_fetch_certs() 1199 *keysp = xrecallocarray(*keysp, *nkeys, in pkcs11_fetch_certs() 1201 (*keysp)[*nkeys] = key; in pkcs11_fetch_certs() 1230 struct sshkey ***keysp, char ***labelsp, int *nkeys) in pkcs11_fetch_keys() argument 1308 if (pkcs11_key_included(keysp, nkeys, key)) { in pkcs11_fetch_keys() 1313 *keysp = xrecallocarray(*keysp, *nkeys, in pkcs11_fetch_keys() 1315 (*keysp)[*nkeys] = key; in pkcs11_fetch_keys()
|
H A D | ssh-pkcs11-client.c | 626 pkcs11_add_provider(char *name, char *pin, struct sshkey ***keysp, in pkcs11_add_provider() argument 655 *keysp = xcalloc(nkeys, sizeof(struct sshkey *)); in pkcs11_add_provider() 666 (*keysp)[i] = k; in pkcs11_add_provider()
|