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 1444 CK_CERTIFICATE_TYPE ck_cert_type; local
1454 memset(&ck_cert_type, 0, sizeof(ck_cert_type));
1457 key_attr[0].pValue = &ck_cert_type;
1458 key_attr[0].ulValueLen = sizeof(ck_cert_type);
1468 switch (ck_cert_type) {
1478 ck_cert_type);
ssh-pkcs11.c 1444 CK_CERTIFICATE_TYPE ck_cert_type; local
1454 memset(&ck_cert_type, 0, sizeof(ck_cert_type));
1457 key_attr[0].pValue = &ck_cert_type;
1458 key_attr[0].ulValueLen = sizeof(ck_cert_type);
1468 switch (ck_cert_type) {
1478 ck_cert_type);

Completed in 41 milliseconds