Searched refs:bitstr (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/asn1/ |
H A D | asn1_gen.c | 68 static int bitstr_cb(const char *elem, int len, void *bitstr); 69 static int asn1_cb(const char *elem, int len, void *bitstr); 241 static int asn1_cb(const char *elem, int len, void *bitstr) in asn1_cb() argument 243 tag_exp_arg *arg = bitstr; in asn1_cb() 743 static int bitstr_cb(const char *elem, int len, void *bitstr) in bitstr_cb() argument 756 if (!ASN1_BIT_STRING_set_bit(bitstr, bitnum, 1)) { in bitstr_cb()
|
/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 18 milliseconds