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

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftASN1.c49 static uchar_t DSA_OID[] = { variable
435 OID_TAG, DSA_OID, sizeof (DSA_OID)) == -1) {
1270 uchar_t oid[sizeof (DSA_OID) + 1];
1308 if (size != sizeof (DSA_OID)) {
1314 if (memcmp(oid, DSA_OID, size) != 0) {

Completed in 22 milliseconds