Searched defs:numbits (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/crypto/openssl/crypto/des/ |
| D | ofb_enc.c | 67 void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in DES_ofb_encrypt()
|
| D | cfb_enc.c | 73 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in DES_cfb_encrypt()
|
| D | DES.xs | 137 des_cfb_encrypt(input,numbits,ks,ivec,encrypt) in des_cfb_encrypt() argument 179 des_ofb_encrypt(input,numbits,ks,ivec) in des_ofb_encrypt() argument
|
| D | cfb64ede.c | 146 int numbits, long length, DES_key_schedule *ks1, in DES_ede3_cfb_encrypt()
|
| D | des_old.c | 136 int numbits, long length, in _ossl_old_des_cfb_encrypt() 249 int numbits, long length, in _ossl_old_des_ofb_encrypt()
|
| /freebsd-9-stable/crypto/openssl/apps/ |
| D | dsaparam.c | 122 int numbits = -1, num, genkey = 0; in MAIN() local
|
| /freebsd-9-stable/usr.bin/dc/ |
| D | inout.c | 400 int ch, i, numbits; in print_ascii() local
|
| /freebsd-9-stable/contrib/llvm/lib/Support/ |
| D | APInt.cpp | 116 APInt::APInt(unsigned numbits, StringRef Str, uint8_t radix) in APInt() 2064 void APInt::fromString(unsigned numbits, StringRef str, uint8_t radix) { in fromString()
|