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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Da_strnid.c78 static unsigned long global_mask = 0xFFFFFFFFL; variable
82 global_mask = mask;
87 return global_mask;
135 if(!(tbl->flags & STABLE_NO_MASK)) mask &= global_mask;
138 } else ret = ASN1_mbstring_copy(out, in, inlen, inform, DIRSTRING_TYPE & global_mask);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_strnid.c78 static unsigned long global_mask = 0xFFFFFFFFL; variable
82 global_mask = mask;
87 return global_mask;
135 if(!(tbl->flags & STABLE_NO_MASK)) mask &= global_mask;
138 } else ret = ASN1_mbstring_copy(out, in, inlen, inform, DIRSTRING_TYPE & global_mask);

Completed in 47 milliseconds