Home
last modified time | relevance | path

Searched refs:cbits (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/include/internal/
H A Devp_int.h183 #define BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched) \ argument
221 if (cbits == 1) chunk >>= 3;\
226 cprefix##_cfb##cbits##_encrypt(in, out, (long) \
227 ((cbits == 1) \
245 BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched)
272 BLOCK_CIPHER_def1(cname, cfb##cbits, cfb##cbits, CFB, kstruct, nid, 1, \
279 BLOCK_CIPHER_def1(cname, ofb##cbits, ofb, OFB, kstruct, nid, 1, \
294 BLOCK_CIPHER_def_cfb(cname, kstruct, nid, key_len, iv_len, cbits, \
296 BLOCK_CIPHER_def_ofb(cname, kstruct, nid, key_len, iv_len, cbits, \
360 block_size, key_len, iv_len, cbits, \ argument
[all …]
/freebsd-12.1/contrib/sendmail/src/
H A Dtls.c1643 char *vers, *s1, *s2, *cbits, *algbits;
1646 cbits = macget(mac, macid("{cipher_bits}"));
1658 cbits == NULL ? "0" : cbits);
/freebsd-12.1/crypto/openssl/crypto/evp/
H A De_aria.c150 # define IMPLEMENT_ARIA_CFBR(ksize,cbits) \ argument
151 IMPLEMENT_CFBR(aria,aria,EVP_ARIA_KEY,ks,ksize,cbits,16,0)
/freebsd-12.1/sys/dev/iscsi_initiator/
H A Discsi.h380 char cbits; member
/freebsd-12.1/sys/dev/isp/
H A Disp.c7709 int i, cbits; in isp_rdnvram_word() local
7723 cbits = 10; in isp_rdnvram_word()
7727 cbits = 10; in isp_rdnvram_word()
7731 cbits = 8; in isp_rdnvram_word()
7737 for (i = cbits; i >= 0; i--) { in isp_rdnvram_word()