Searched defs:cipher (Results 51 - 75 of 99) sorted by relevance

1234

/freebsd-10-stable/crypto/openssl/crypto/cms/
H A Dcms_env.c117 CMS_ContentInfo *CMS_EnvelopedData_create(const EVP_CIPHER *cipher) argument
H A Dcms_smime.c238 CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher, argument
H A Dcms_lcl.h169 const EVP_CIPHER *cipher; member in struct:CMS_EncryptedContentInfo_st
/freebsd-10-stable/crypto/openssh/
H A Dcipher.c300 cipher_init(struct sshcipher_ctx *cc, const struct sshcipher *cipher, argument
490 cipher_set_key_string(struct sshcipher_ctx *cc, const struct sshcipher *cipher, const char *passphrase, int do_encrypt) argument
[all...]
H A Dkex.h108 const struct sshcipher *cipher; member in struct:sshenc
/freebsd-10-stable/crypto/openssl/crypto/pem/
H A Dpem_lib.c274 EVP_CIPHER_INFO cipher; local
435 int PEM_do_header(EVP_CIPHER_INFO *cipher, unsigned char *data, long *plen, argument
484 PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher) argument
[all...]
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c358 const EVP_CIPHER *cipher; local
[all...]
/freebsd-10-stable/contrib/wpa/src/eap_common/
H A Dikev2_common.c192 struct crypto_cipher *cipher; local
251 struct crypto_cipher *cipher; local
[all...]
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dap.c236 int cipher = WPA_CIPHER_NONE; local
246 int cipher = WPA_CIPHER_WEP40; local
[all...]
H A Dwpas_glue.c199 int cipher = (keylen == 5) ? WPA_CIPHER_WEP40 : local
/freebsd-10-stable/crypto/openssl/apps/
H A Dcms.c115 const EVP_CIPHER *cipher = NULL; local
[all...]
H A Dreq.c187 const EVP_CIPHER *cipher = NULL; local
/freebsd-10-stable/crypto/openssl/crypto/threads/
H A Dmttest.c130 static char *cipher = NULL; variable
/freebsd-10-stable/crypto/openssl/ssl/
H A Dssl_sess.c1048 SSL_set_session_secret_cb(SSL *s, int (*tls_session_secret_cb) (SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg), void *arg) argument
H A Dssl_ciph.c222 const SSL_CIPHER *cipher; member in struct:cipher_order_st
1574 SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len) argument
[all...]
/freebsd-10-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2985 int cipher = WPA_CIPHER_NONE; local
2995 int cipher = WPA_CIPHER_WEP40; local
[all...]
/freebsd-10-stable/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-stable/contrib/wpa/src/eap_peer/
H A Deap_fast.c1538 char cipher[80]; local
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_server_fast.c546 char cipher[64]; local
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.c525 ar9300_freebsd_chain_tx_desc(struct ath_hal *ah, struct ath_desc *ds, HAL_DMA_ADDR *bufLenList, uint32_t *segLenList, u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int keyIx, HAL_CIPHER cipher, uint8_t numDelims, HAL_BOOL firstSeg, HAL_BOOL lastSeg, HAL_BOOL lastAggr) argument
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c518 ar5416ChainTxDesc(struct ath_hal *ah, struct ath_desc *ds, HAL_DMA_ADDR *bufAddrList, uint32_t *segLenList, u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int keyIx, HAL_CIPHER cipher, uint8_t delims, HAL_BOOL firstSeg, HAL_BOOL lastSeg, HAL_BOOL lastAggr) argument
/freebsd-10-stable/sys/opencrypto/
H A Dcryptodev.c66 u_int32_t cipher; member in struct:session_op32
76 u_int32_t cipher; member in struct:session2_op32
262 u_int32_t cipher; member in struct:csession
1041 csecreate(struct fcrypt *fcr, u_int64_t sid, caddr_t key, u_int64_t keylen, caddr_t mackey, u_int64_t mackeylen, u_int32_t cipher, u_int32_t mac, struct enc_xform *txform, struct auth_hash *thash) argument
[all...]
/freebsd-10-stable/tools/tools/net80211/stumbler/
H A Dstumbler.c605 int cipher, auth; local
650 int cipher = 0; local
/freebsd-10-stable/crypto/openssl/engines/
H A De_padlock.c727 padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, argument
[all...]
/freebsd-10-stable/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c455 int cipher = -1, i; local
639 cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
[all...]

Completed in 310 milliseconds

1234