Searched refs:bitnum (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/crypto/openssl/crypto/asn1/ |
| H A D | t_bitst.c | 22 if (ASN1_BIT_STRING_get_bit(bs, bnam->bitnum)) { in ASN1_BIT_STRING_name_print() 36 int bitnum; in ASN1_BIT_STRING_set_asc() local 37 bitnum = ASN1_BIT_STRING_num_asc(name, tbl); in ASN1_BIT_STRING_set_asc() 38 if (bitnum < 0) in ASN1_BIT_STRING_set_asc() 41 if (!ASN1_BIT_STRING_set_bit(bs, bitnum, value)) in ASN1_BIT_STRING_set_asc() 53 return bnam->bitnum; in ASN1_BIT_STRING_num_asc()
|
| H A D | asn1_gen.c | 748 long bitnum; in bitstr_cb() local 752 bitnum = strtoul(elem, &eptr, 10); in bitstr_cb() 755 if (bitnum < 0) { in bitstr_cb() 759 if (!ASN1_BIT_STRING_set_bit(bitstr, bitnum, 1)) { in bitstr_cb()
|
| /freebsd-14.2/crypto/openssl/crypto/x509/ |
| H A D | v3_bitst.c | 52 if (ASN1_BIT_STRING_get_bit(bits, bnam->bitnum)) in STACK_OF() 75 if (!ASN1_BIT_STRING_set_bit(bs, bnam->bitnum, 1)) { in v2i_ASN1_BIT_STRING()
|
| H A D | v3_enum.c | 49 if (strval == enam->bitnum) in i2s_ASN1_ENUMERATED_TABLE()
|
| H A D | v3_crld.c | 170 if (!ASN1_BIT_STRING_set_bit(*preas, pbn->bitnum, 1)) in set_reasons() 192 if (ASN1_BIT_STRING_get_bit(rflags, pbn->bitnum)) { in print_reasons()
|
| /freebsd-14.2/crypto/openssl/include/internal/ |
| H A D | provider.h | 103 int ossl_provider_set_operation_bit(OSSL_PROVIDER *provider, size_t bitnum); 104 int ossl_provider_test_operation_bit(OSSL_PROVIDER *provider, size_t bitnum,
|
| /freebsd-14.2/crypto/openssl/crypto/ |
| H A D | provider_core.c | 1628 int ossl_provider_set_operation_bit(OSSL_PROVIDER *provider, size_t bitnum) in ossl_provider_set_operation_bit() argument 1630 size_t byte = bitnum / 8; in ossl_provider_set_operation_bit() 1631 unsigned char bit = (1 << (bitnum % 8)) & 0xFF; in ossl_provider_set_operation_bit() 1654 int ossl_provider_test_operation_bit(OSSL_PROVIDER *provider, size_t bitnum, in ossl_provider_test_operation_bit() argument 1657 size_t byte = bitnum / 8; in ossl_provider_test_operation_bit() 1658 unsigned char bit = (1 << (bitnum % 8)) & 0xFF; in ossl_provider_test_operation_bit()
|
| /freebsd-14.2/sys/dev/ath/ath_hal/ |
| H A D | ah_regdomain.c | 253 int byteOffset, bitnum; in IS_BIT_SET() local 257 bitnum = bit - byteOffset*64; in IS_BIT_SET() 258 val = ((uint64_t) 1) << bitnum; in IS_BIT_SET()
|
| /freebsd-14.2/crypto/openssl/doc/internal/man3/ |
| H A D | ossl_provider_new.pod | 94 int ossl_provider_set_operation_bit(OSSL_PROVIDER *provider, size_t bitnum); 95 int ossl_provider_test_operation_bit(OSSL_PROVIDER *provider, size_t bitnum, 295 ossl_provider_set_operation_bit() registers a 1 for operation I<bitnum> 298 ossl_provider_test_operation_bit() checks if the bit operation I<bitnum>
|
| /freebsd-14.2/sys/dev/usb/net/ |
| H A D | if_muge.c | 1856 uint32_t bitnum; in muge_hash_maddr() local 1862 bitnum = muge_hash(LLADDR(sdl)); in muge_hash_maddr() 1863 sc->sc_mchash_table[bitnum / 32] |= (1 << (bitnum % 32)); in muge_hash_maddr()
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | asn1.h | 586 int bitnum; member
|
| H A D | asn1.h.in | 515 int bitnum; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.td | 785 class bitextract_imm<int bitnum> : SDNodeXForm<imm, [{ 787 unsigned Bit = (Imm >> }] # bitnum # [{ ) & 1;
|