Searched refs:OID_TAG (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softASN1.c | 38 #define OID_TAG 0x06 macro 303 OID_TAG, RSA_OID, sizeof (RSA_OID), /* NULL parameter, */ 439 OID_TAG, DSA_OID, sizeof (DSA_OID)) == -1) { 627 OID_TAG, DH_OID, sizeof (DH_OID)) == -1) { 803 OID_TAG, DH942_OID, sizeof (DH942_OID)) == -1) { 994 if (ber_next_element(p8obj_asn, &size, cookie) != OID_TAG) { 1304 if (ber_next_element(p8obj_asn, &size, cookie) != OID_TAG) { 1512 if (ber_next_element(p8obj_asn, &size, cookie) != OID_TAG) { 1696 if (ber_next_element(p8obj_asn, &size, cookie) != OID_TAG) {
|