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

/freebsd-13-stable/crypto/openssh/
H A Dssh-pkcs11.c232 CK_OBJECT_CLASS private_key_class = CKO_PRIVATE_KEY; local
238 {CKA_CLASS, NULL, sizeof(private_key_class) },
245 key_filter[0].pValue = &private_key_class;

Completed in 169 milliseconds