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

  /src/crypto/external/bsd/openssh/dist/
ssh-pkcs11.c 1445 CK_CERTIFICATE_TYPE ck_cert_type; local
1455 memset(&ck_cert_type, 0, sizeof(ck_cert_type));
1458 key_attr[0].pValue = &ck_cert_type;
1459 key_attr[0].ulValueLen = sizeof(ck_cert_type);
1469 switch (ck_cert_type) {
1479 ck_cert_type);
ssh-pkcs11.c 1445 CK_CERTIFICATE_TYPE ck_cert_type; local
1455 memset(&ck_cert_type, 0, sizeof(ck_cert_type));
1458 key_attr[0].pValue = &ck_cert_type;
1459 key_attr[0].ulValueLen = sizeof(ck_cert_type);
1469 switch (ck_cert_type) {
1479 ck_cert_type);

Completed in 44 milliseconds