Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-pkcs11.c352 CK_OBJECT_CLASS private_key_class; in pkcs11_get_key() local
376 private_key_class = CKO_PRIVATE_KEY; in pkcs11_get_key()
378 key_filter[0].pValue = &private_key_class; in pkcs11_get_key()
379 key_filter[0].ulValueLen = sizeof(private_key_class); in pkcs11_get_key()