HomeSort by: relevance | last modified time | path
    Searched defs:private_key_class (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ssh-pkcs11.c 330 CK_OBJECT_CLASS private_key_class; local
354 private_key_class = CKO_PRIVATE_KEY;
356 key_filter[0].pValue = &private_key_class;
357 key_filter[0].ulValueLen = sizeof(private_key_class);

Completed in 43 milliseconds