Searched refs:keys (Results 1 – 6 of 6) sorted by relevance
/busybox-1.35.0/networking/ssl_helper/ |
D | ssl_helper.c | 209 static void do_io_until_eof_and_exit(int fd, sslKeys_t *keys) in do_io_until_eof_and_exit() argument 225 rc = matrixSslNewClientSession(&ssl, keys, sid, 0, certCb, NULL, NULL, 0); in do_io_until_eof_and_exit() 347 sslKeys_t *keys; in make_keys() local 349 if (matrixSslNewKeys(&keys) < 0) in make_keys() 365 rc = matrixSslLoadRsaKeysMem(keys, RSA2048, sizeof(RSA2048), in make_keys() 375 return keys; in make_keys()
|
/busybox-1.35.0/util-linux/volume_id/ |
D | bcache.c | 73 uint16_t keys; member
|
/busybox-1.35.0/scripts/ |
D | bloat-o-meter | 74 for addr, sz in iter(alias.keys()): 96 for name in iter(old.keys()):
|
/busybox-1.35.0/networking/ |
D | tcpudp.c | 349 if (matrixSslReadKeys(&keys, cert, key, 0, ca) < 0) { in tcpudpsvd_main() 354 if (matrixSslNewSession(&ssl, keys, 0, SSL_FLAGS_SERVER) < 0) in tcpudpsvd_main()
|
/busybox-1.35.0/examples/var_service/getty_tty1/ |
D | unicode_cyrillic.keymap | 4 # Cyr/Lat switches: RightAlt, Shift+Ctrl, Ctrl+Shift, Win keys
|
/busybox-1.35.0/examples/var_service/ |
D | README_distro_proposal.txt | 62 ssh-keygen -A >/dev/null 2>&1 # generate host keys if they don't exist
|