Home
last modified time | relevance | path

Searched refs:keybits (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/regress/lib/libcrypto/aeswrap/
H A Daes_wrap.c64 AES_wrap_unwrap_test(const unsigned char *kek, int keybits, in AES_wrap_unwrap_test() argument
76 if (AES_set_encrypt_key(kek, keybits, &wctx)) in AES_wrap_unwrap_test()
85 if (AES_set_decrypt_key(kek, keybits, &wctx)) in AES_wrap_unwrap_test()
/openbsd-src/usr.sbin/npppd/npppd/
H A Dmppe.c153 switch (_this->keybits) { in mppe_reduce_key()
207 _this->send.keybits = 40; in mppe_start()
210 _this->send.keybits = 56; in mppe_start()
213 _this->send.keybits = 128; in mppe_start()
220 _this->recv.keybits = 40; in mppe_start()
223 _this->recv.keybits = 56; in mppe_start()
226 _this->recv.keybits = 128; in mppe_start()
229 if (_this->send.keybits > 0) { in mppe_start()
236 if (_this->recv.keybits > 0) { in mppe_start()
H A Dppp.h397 uint8_t keybits; member
653 ((ppp)->mppe_started != 0 && (ppp)->mppe.send.keybits > 0)
655 ((ppp)->mppe_started != 0 && (ppp)->mppe.recv.keybits > 0)
H A Dppp.c381 _this->mppe.recv.keybits, in ppp_stop0()
383 _this->mppe.send.keybits, in ppp_stop0()
H A Dnpppd.c1019 if (ppp->mppe.send.keybits > 0) { in pipex_setup_common()
1024 req->pr_mppe_send.keylenbits = ppp->mppe.send.keybits; in pipex_setup_common()
1027 if (ppp->mppe.recv.keybits > 0) { in pipex_setup_common()
1032 req->pr_mppe_recv.keylenbits = ppp->mppe.recv.keybits; in pipex_setup_common()
/openbsd-src/lib/libcrypto/chacha/
H A Dchacha.c25 ChaCha_set_key(ChaCha_ctx *ctx, const unsigned char *key, uint32_t keybits) in ChaCha_set_key() argument
27 chacha_keysetup((chacha_ctx *)ctx, key, keybits); in ChaCha_set_key()
H A Dchacha.h37 unsigned int keybits);
/openbsd-src/lib/libfido2/src/
H A Dtpm.c110 uint16_t keybits; /* 2048 */
194 x->param.keybits = htobe16(x->param.keybits); in bswap_rs256_pubarea()
247 expected.param.keybits = 2048; in check_rs256_pubarea()
/openbsd-src/usr.bin/ssh/
H A Dsshkey.h193 int keybits;
192 int keybits; global() member
H A Dsshkey.c390 return impl->keybits; in sshkey_type_is_valid_ca()