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

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh-pkcs11.c348 CK_OBJECT_CLASS private_key_class; local
372 private_key_class = CKO_PRIVATE_KEY;
374 key_filter[0].pValue = &private_key_class;
375 key_filter[0].ulValueLen = sizeof(private_key_class);

Completed in 161 milliseconds