Searched refs:encrypt (Results 76 - 100 of 101) sorted by relevance

12345

/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dosapi.c358 pCard->encrypt=agFALSE;
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dutility.c50 #include <libtelnet/encrypt.h>
H A Dtelnetd.c53 #include <libtelnet/encrypt.h>
H A Dstate.c44 #include <libtelnet/encrypt.h>
/freebsd-11-stable/contrib/telnet/telnet/
H A Dutilities.c63 #include <libtelnet/encrypt.h>
H A Dtelnet.c65 #include <libtelnet/encrypt.h>
H A Dcommands.c72 #include <libtelnet/encrypt.h>
687 "automatically encrypt output" },
1955 { "enable", "Enable encryption. ('encrypt enable ?' for more)",
1957 { "disable", "Disable encryption. ('encrypt enable ?' for more)",
1959 { "type", "Set encryption type. ('encrypt type ?' for more)",
1961 { "start", "Start encryption. ('encrypt start ?' for more)",
1963 { "stop", "Stop encryption. ('encrypt stop ?' for more)",
2004 "Need an argument to 'encrypt' command. 'encrypt ?' for help.\n");
2011 fprintf(stderr, "'%s': unknown argument ('encrypt
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.h264 size_t data_len, int encrypt);
H A Dwpa_auth_glue.c417 int encrypt)
443 encrypt, flags);
415 hostapd_wpa_auth_send_eapol(void *ctx, const u8 *addr, const u8 *data, size_t data_len, int encrypt) argument
H A Dieee802_1x.c57 int encrypt = 0; local
81 encrypt = 1;
101 encrypt, hostapd_sta_flags_to_drv(sta->flags));
211 wpa_printf(MSG_ERROR, "Could not encrypt key");
H A Dwpa_auth.c159 const u8 *data, size_t data_len, int encrypt)
164 encrypt);
1304 * supplicant is allowed to encrypt it.
158 wpa_auth_send_eapol(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *data, size_t data_len, int encrypt) argument
/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h333 struct value encrypt; /* send encrypt values */ member in struct:peer
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h2833 * @encrypt: Whether the frame should be encrypted
2840 size_t data_len, int encrypt,
3312 * @encrypt: Whether to encrypt the frame (if keys are set)
3319 int encrypt);
3841 * @enabled: TRUE = encrypt outgoing traffic
H A Ddriver_hostap.c282 size_t data_len, int encrypt, const u8 *own_addr,
302 if (encrypt)
281 hostap_send_eapol(void *priv, const u8 *addr, const u8 *data, size_t data_len, int encrypt, const u8 *own_addr, u32 flags) argument
H A Ddriver_macsec_qca.c346 const u8 *data, size_t data_len, int encrypt,
345 macsec_qca_send_eapol(void *priv, const u8 *addr, const u8 *data, size_t data_len, int encrypt, const u8 *own_addr, u32 flags) argument
H A Ddriver_bsd.c575 int encrypt, const u8 *own_addr, u32 flags)
574 bsd_send_eapol(void *priv, const u8 *addr, const u8 *data, size_t data_len, int encrypt, const u8 *own_addr, u32 flags) argument
H A Ddriver_atheros.c1659 int encrypt, const u8 *own_addr, u32 flags)
1658 atheros_send_eapol(void *priv, const u8 *addr, const u8 *data, size_t data_len, int encrypt, const u8 *own_addr, u32 flags) argument
/freebsd-11-stable/sys/dev/ral/
H A Drt2560.c874 printf("hw encrypt %d, cur_encrypt %d\n", hw,
1404 uint32_t flags, int len, int rate, int encrypt, bus_addr_t physaddr)
1444 if (!encrypt)
1446 desc->flags |= encrypt ? htole32(RT2560_TX_CIPHER_BUSY)
1873 /* kick encrypt */
1403 rt2560_setup_tx_desc(struct rt2560_softc *sc, struct rt2560_tx_desc *desc, uint32_t flags, int len, int rate, int encrypt, bus_addr_t physaddr) argument
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h294 extern void encrypt(char *, int);
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipw.c1584 shdr->hdr.encrypt = 0;
1648 shdr->hdr.encrypt, shdr->hdr.src_addr, ":", shdr->hdr.dst_addr,
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdio.c790 /* Copy all of the relevant encrypt information */
793 osti_memcpy(&agSSPInitiatorRequest->encrypt, &tiScsiRequest->Encrypt, sizeof(agsaEncrypt_t));
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp.h319 /* encrypt/decrypt data */
453 int encrypt; /* encrypt or decrypt */ member in struct:evp_cipher_ctx_st
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampirsp.c6789 agsaEncryptInfo_t encrypt; local
6790 agsaEncryptInfo_t *encryptInfo = &encrypt;
6798 si_memset(&encrypt, 0, sizeof(agsaEncryptInfo_t));
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dbsaes-armv7.S26 @ encrypt 19.5 cycles per byte processed with 128-bit key
/freebsd-11-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c1329 * NB: cipherstop is explicitly set to 0. On encrypt it
1330 * should normally be set to 0 anyway (as the encrypt crd ends
1502 exf->encrypt(kschedule, block);
2158 /* Only encrypt-then-authenticate supported. */

Completed in 447 milliseconds

12345