Searched refs:bitstr (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | asn1_gen.c | 67 static int bitstr_cb(const char *elem, int len, void *bitstr); 68 static int asn1_cb(const char *elem, int len, void *bitstr); 240 static int asn1_cb(const char *elem, int len, void *bitstr) in asn1_cb() argument 242 tag_exp_arg *arg = bitstr; in asn1_cb() 745 static int bitstr_cb(const char *elem, int len, void *bitstr) in bitstr_cb() argument 758 if (!ASN1_BIT_STRING_set_bit(bitstr, bitnum, 1)) { in bitstr_cb()
|
/third_party/openssl/crypto/asn1/ |
H A D | asn1_gen.c | 67 static int bitstr_cb(const char *elem, int len, void *bitstr); 68 static int asn1_cb(const char *elem, int len, void *bitstr); 240 static int asn1_cb(const char *elem, int len, void *bitstr) in asn1_cb() argument 242 tag_exp_arg *arg = bitstr; in asn1_cb() 742 static int bitstr_cb(const char *elem, int len, void *bitstr) in bitstr_cb() argument 755 if (!ASN1_BIT_STRING_set_bit(bitstr, bitnum, 1)) { in bitstr_cb()
|
/third_party/openssl/test/ |
H A D | cmp_vfy_test.c | 92 static int flip_bit(ASN1_BIT_STRING *bitstr) in flip_bit() argument 95 int bit = ASN1_BIT_STRING_get_bit(bitstr, bit_num); in flip_bit() 97 return ASN1_BIT_STRING_set_bit(bitstr, bit_num, !bit); in flip_bit()
|
Completed in 3 milliseconds