Searched refs:OID_TAG (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softASN1.c | 39 #define OID_TAG 0x06 macro 304 OID_TAG, RSA_OID, sizeof (RSA_OID), /* NULL parameter, */ 437 OID_TAG, DSA_OID, sizeof (DSA_OID)) == -1) { 622 OID_TAG, DH_OID, sizeof (DH_OID)) == -1) { 795 OID_TAG, DH942_OID, sizeof (DH942_OID)) == -1) { 983 if (ber_next_element(p8obj_asn, &size, cookie) != OID_TAG) { 1289 if (ber_next_element(p8obj_asn, &size, cookie) != OID_TAG) { 1493 if (ber_next_element(p8obj_asn, &size, cookie) != OID_TAG) { 1673 if (ber_next_element(p8obj_asn, &size, cookie) != OID_TAG) {
|