Searched refs:pkcs11_find (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ssh-pkcs11.c | 216 pkcs11_find(struct pkcs11_provider *p, CK_ULONG slotidx, CK_ATTRIBUTE *attr, in pkcs11_find() function 391 if (pkcs11_find(k11->provider, k11->slotidx, key_filter, 3, &obj) < 0 && in pkcs11_get_key() 392 pkcs11_find(k11->provider, k11->slotidx, key_filter, 2, &obj) < 0) { in pkcs11_get_key() 1835 if (pkcs11_find(p, slotidx, attrs, nattrs, &obj) == 0 && in pkcs11_destroy_keypair() 1851 if (pkcs11_find(p, slotidx, attrs, nattrs, &obj) == 0 && in pkcs11_destroy_keypair()
|
H A D | ssh_namespace.h | 492 #define pkcs11_find Fssh_pkcs11_find macro
|