Searched defs:numbits (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/des/ |
| H A D | ofb_enc.c | 18 void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in DES_ofb_encrypt()
|
| H A D | cfb_enc.c | 24 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in DES_cfb_encrypt()
|
| H A D | cfb64ede.c | 86 int numbits, long length, DES_key_schedule *ks1, in DES_ede3_cfb_encrypt()
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | dsaparam.c | 55 int numbits = -1, num = 0, genkey = 0; in dsaparam_main() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStubCommon.cpp | 135 #define ARCHINFO(arch, type, subtype, numbits) \ in bitset() argument
|
| /freebsd-13.1/usr.bin/dc/ |
| H A D | inout.c | 431 int ch, i, numbits; in print_ascii() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APInt.cpp | 118 APInt::APInt(unsigned numbits, StringRef Str, uint8_t radix) in APInt() 2120 void APInt::fromString(unsigned numbits, StringRef str, uint8_t radix) { in fromString()
|