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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftASN1.c59 static uchar_t RSA_OID[] = { variable
303 OID_TAG, RSA_OID, sizeof (RSA_OID), /* NULL parameter, */
961 uchar_t oid[sizeof (RSA_OID) + 1];
999 if (size != sizeof (RSA_OID)) {
1005 if (memcmp(oid, RSA_OID, size) != 0) {

Completed in 59 milliseconds