Searched refs:keybits (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/regress/lib/libcrypto/aeswrap/ |
| H A D | aes_wrap.c | 64 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 D | mppe.c | 153 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 D | ppp.h | 397 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 D | ppp.c | 381 _this->mppe.recv.keybits, in ppp_stop0() 383 _this->mppe.send.keybits, in ppp_stop0()
|
| H A D | npppd.c | 1019 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 D | chacha.c | 25 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 D | chacha.h | 37 unsigned int keybits);
|
| /openbsd-src/lib/libfido2/src/ |
| H A D | tpm.c | 110 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 D | sshkey.h | 193 int keybits; 192 int keybits; global() member
|
| H A D | sshkey.c | 390 return impl->keybits; in sshkey_type_is_valid_ca()
|