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

/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dsecasn1d.c263 unsigned char found_tag_modifiers; member in struct:sec_asn1d_state_struct
875 state->found_tag_modifiers = 0;
887 state->found_tag_modifiers = byte & ~SEC_ASN1_TAGNUM_MASK;
946 match = (PRBool)(((state->found_tag_modifiers & state->check_tag_mask)
1005 state->found_tag_modifiers &= ~SEC_ASN1_CONSTRUCTED;
1379 } else if (state->found_tag_modifiers & SEC_ASN1_CONSTRUCTED) {
2127 child_found_tag_modifiers = child->found_tag_modifiers;
2135 child->found_tag_modifiers = child_found_tag_modifiers;
2320 state->found_tag_modifiers = state->child->found_tag_modifiers;
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dsecasn1d.c263 unsigned char found_tag_modifiers; member in struct:sec_asn1d_state_struct
875 state->found_tag_modifiers = 0;
887 state->found_tag_modifiers = byte & ~SEC_ASN1_TAGNUM_MASK;
946 match = (PRBool)(((state->found_tag_modifiers & state->check_tag_mask)
1005 state->found_tag_modifiers &= ~SEC_ASN1_CONSTRUCTED;
1379 } else if (state->found_tag_modifiers & SEC_ASN1_CONSTRUCTED) {
2127 child_found_tag_modifiers = child->found_tag_modifiers;
2135 child->found_tag_modifiers = child_found_tag_modifiers;
2320 state->found_tag_modifiers = state->child->found_tag_modifiers;
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dsecasn1d.c263 unsigned char found_tag_modifiers; member in struct:sec_asn1d_state_struct
875 state->found_tag_modifiers = 0;
887 state->found_tag_modifiers = byte & ~SEC_ASN1_TAGNUM_MASK;
946 match = (PRBool)(((state->found_tag_modifiers & state->check_tag_mask)
1005 state->found_tag_modifiers &= ~SEC_ASN1_CONSTRUCTED;
1379 } else if (state->found_tag_modifiers & SEC_ASN1_CONSTRUCTED) {
2127 child_found_tag_modifiers = child->found_tag_modifiers;
2135 child->found_tag_modifiers = child_found_tag_modifiers;
2320 state->found_tag_modifiers = state->child->found_tag_modifiers;
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dsecasn1d.c263 unsigned char found_tag_modifiers; member in struct:sec_asn1d_state_struct
875 state->found_tag_modifiers = 0;
887 state->found_tag_modifiers = byte & ~SEC_ASN1_TAGNUM_MASK;
946 match = (PRBool)(((state->found_tag_modifiers & state->check_tag_mask)
1005 state->found_tag_modifiers &= ~SEC_ASN1_CONSTRUCTED;
1379 } else if (state->found_tag_modifiers & SEC_ASN1_CONSTRUCTED) {
2127 child_found_tag_modifiers = child->found_tag_modifiers;
2135 child->found_tag_modifiers = child_found_tag_modifiers;
2320 state->found_tag_modifiers = state->child->found_tag_modifiers;
[all...]

Completed in 83 milliseconds