Searched defs:cipher (Results 1 - 25 of 99) sorted by path

1234

/freebsd-10.3-release/contrib/apr-util/crypto/
H A Dapr_crypto_openssl.c56 const EVP_CIPHER * cipher; member in struct:apr_crypto_key_t
[all...]
/freebsd-10.3-release/contrib/ntp/util/
H A Dntp-keygen.c183 const EVP_CIPHER * cipher = NULL; variable
[all...]
/freebsd-10.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c2985 int cipher = WPA_CIPHER_NONE; local
2995 int cipher = WPA_CIPHER_WEP40; local
[all...]
/freebsd-10.3-release/contrib/wpa/src/common/
H A Dwpa_common.c904 const char * wpa_cipher_txt(int cipher) argument
1084 int wpa_cipher_key_len(int cipher) argument
1102 wpa_cipher_rsc_len(int cipher) argument
1118 wpa_cipher_to_alg(int cipher) argument
1135 wpa_cipher_valid_pairwise(int cipher) argument
1143 wpa_cipher_to_suite(int proto, int cipher) argument
[all...]
/freebsd-10.3-release/contrib/wpa/src/crypto/
H A Daes-unwrap.c25 int aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) argument
H A Daes-wrap.c25 int aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher) argument
H A Dcrypto_openssl.c358 const EVP_CIPHER *cipher; local
[all...]
H A Dtls_openssl.c2878 tls_sess_sec_cb(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg) argument
/freebsd-10.3-release/contrib/wpa/src/eap_common/
H A Dikev2_common.c192 struct crypto_cipher *cipher; local
251 struct crypto_cipher *cipher; local
[all...]
/freebsd-10.3-release/contrib/wpa/src/eap_peer/
H A Deap_fast.c1538 char cipher[80]; local
H A Deap_sake.c24 u8 cipher[EAP_SAKE_TEK_CIPHER_LEN]; member in struct:eap_sake_data::__anon4955
/freebsd-10.3-release/contrib/wpa/src/eap_server/
H A Deap_server_fast.c546 char cipher[64]; local
H A Deap_server_sake.c23 u8 cipher[EAP_SAKE_TEK_CIPHER_LEN]; member in struct:eap_sake_data::__anon4987
/freebsd-10.3-release/contrib/wpa/src/rsn_supp/
H A Dpeerkey.c181 int cipher; local
470 int cipher; local
[all...]
H A Dpeerkey.h28 int cipher; /* Selected cipher (WPA_CIPHER_*) */ member in struct:wpa_peerkey
H A Dtdls.c98 int cipher; /* Selected cipher (WPA_CIPHER_*) */ member in struct:wpa_tdls_peer
1356 int cipher; local
1712 int cipher; local
[all...]
/freebsd-10.3-release/contrib/wpa/src/tls/
H A Dtlsv1_client.c553 char *cipher; local
[all...]
H A Dtlsv1_common.c105 const struct tls_cipher_data * tls_get_cipher_data(tls_cipher cipher) argument
115 int tls_server_key_exchange_allowed(tls_cipher cipher) argument
H A Dtlsv1_common.h216 tls_cipher cipher; member in struct:tls_cipher_suite
226 tls_cipher cipher; member in struct:tls_cipher_data
H A Dtlsv1_server.c464 char *cipher; local
[all...]
/freebsd-10.3-release/contrib/wpa/wpa_supplicant/
H A Dap.c236 int cipher = WPA_CIPHER_NONE; local
246 int cipher = WPA_CIPHER_WEP40; local
[all...]
H A Dconfig.c685 static char * wpa_config_write_cipher(int cipher) argument
[all...]
H A Dctrl_iface.c1708 static char * wpa_supplicant_cipher_txt(char *pos, char *end, int cipher) argument
H A Dwpa_supplicant.c848 enum wpa_cipher cipher_suite2driver(int cipher) argument
[all...]
H A Dwpas_glue.c199 int cipher = (keylen == 5) ? WPA_CIPHER_WEP40 : local

Completed in 261 milliseconds

1234