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

12345

/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_env.c156 CMS_ContentInfo *CMS_EnvelopedData_create(const EVP_CIPHER *cipher) argument
H A Dcms_smime.c239 CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher, argument
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_crypto_openssl.c68 const EVP_CIPHER * cipher; member in struct:apr_crypto_key_t
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c524 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-11-stable/crypto/openssl/engines/
H A De_padlock.c727 padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, argument
[all...]
/freebsd-11-stable/tools/tools/net80211/stumbler/
H A Dstumbler.c605 int cipher, auth; local
650 int cipher = 0; local
/freebsd-11-stable/crypto/openssh/
H A Dkex.h109 const struct sshcipher *cipher; member in struct:sshenc
H A Dcipher.c66 const struct sshcipher *cipher; member in struct:sshcipher_ctx
321 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, argument
543 cipher_set_key_string(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, const char *passphrase, int do_encrypt) argument
[all...]
H A Dreadconf.h73 int cipher; /* Cipher to use. */ member in struct:__anon4508
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Dikev2_common.c178 struct crypto_cipher *cipher; local
213 struct crypto_cipher *cipher; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/threads/
H A Dmttest.c130 static char *cipher = NULL; variable
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_sess.c1035 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 Ds3_lib.c3483 const SSL_CIPHER *cipher; local
H A Dssl_ciph.c222 const SSL_CIPHER *cipher; member in struct:cipher_order_st
1676 SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.c1315 int cipher = WPA_CIPHER_NONE; local
1333 int cipher = WPA_CIPHER_WEP40; local
[all...]
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_linux.c784 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, argument
H A Dcrypto_module_tests.c308 u8 cipher[] = { 0x19, 0xDD, 0x5C, 0x4C, 0x93, 0x31, 0x04, 0x9D, local
354 u8 cipher[32]; member in struct:cbc_test_vector
475 u8 key[16], plain[16], cipher[1 local
[all...]
/freebsd-11-stable/tools/tools/crypto/
H A Dcryptocheck.c129 int cipher; member in struct:alg
194 build_authenc(struct alg *cipher, struct alg *hmac) argument
215 struct alg *cipher, *hmac; local
440 openssl_cipher(struct alg *alg, const EVP_CIPHER *cipher, const char *key, const char *iv, const char *input, char *output, size_t size, int enc) argument
519 const EVP_CIPHER *cipher; local
675 const EVP_CIPHER *cipher; local
793 openssl_gcm_encrypt(struct alg *alg, const EVP_CIPHER *cipher, const char *key, const char *iv, const char *aad, size_t aad_len, const char *input, char *output, size_t size, char *tag) argument
889 openssl_gcm_decrypt(struct alg *alg, const EVP_CIPHER *cipher, const char *key, const char *iv, const char *aad, size_t aad_len, const char *input, char *output, size_t size, char *tag) argument
935 const EVP_CIPHER *cipher; local
1070 struct alg *authenc, *cipher, *hmac; local
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-esp.c161 set_cipher_parameters(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, argument
173 set_cipher_parameters(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, int enc) argument
[all...]
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.c618 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-11-stable/contrib/ntp/util/
H A Dntp-keygen.c183 const EVP_CIPHER * cipher = NULL; variable
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dreq.c185 const EVP_CIPHER *cipher = NULL; local
H A Dcms.c125 const EVP_CIPHER *cipher = NULL, *wrap_cipher = NULL; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c467 int cipher = -1, i; local
691 cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_teap.c1823 char cipher[80]; local

Completed in 234 milliseconds

12345