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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftASN1.c53 static uchar_t DSA_OID[] = { variable
439 OID_TAG, DSA_OID, sizeof (DSA_OID)) == -1) {
1271 uchar_t oid[sizeof (DSA_OID) + 1];
1309 if (size != sizeof (DSA_OID)) {
1315 if (memcmp(oid, DSA_OID, size) != 0) {

Completed in 90 milliseconds