Searched defs:numbits (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/crypto/des/ |
H A D | ofb_enc.c | 24 void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in DES_ofb_encrypt()
|
H A D | cfb_enc.c | 30 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in DES_cfb_encrypt()
|
H A D | cfb64ede.c | 92 int numbits, long length, DES_key_schedule *ks1, in DES_ede3_cfb_encrypt()
|
/freebsd/lib/virtual_oss/bt/ |
H A D | sbc_encode.c | 281 sbc_store_bits_crc(struct sbc_encode *sbc, uint32_t numbits, uint32_t value) in sbc_store_bits_crc() 608 sbc_load_bits_crc(struct sbc_encode *sbc, uint32_t numbits) in sbc_load_bits_crc()
|
/freebsd/crypto/openssl/apps/ |
H A D | dsaparam.c | 71 int numbits = -1, numqbits = -1, num = 0, genkey = 0; in dsaparam_main() local
|
/freebsd/crypto/libecc/include/libecc/utils/ |
H A D | utils.h | 167 #define BYTECEIL(numbits) (((numbits) + 7) / 8) argument
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStubCommon.cpp | 136 #define ARCHINFO(arch, type, subtype, numbits) \ in bitset() argument
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 734 int numbits; in BN_GF2m_mod_inv() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 115 APInt::APInt(unsigned numbits, StringRef Str, uint8_t radix) in APInt() 2083 void APInt::fromString(unsigned numbits, StringRef str, uint8_t radix) { in fromString()
|