Searched defs:cipher (Results 26 - 50 of 99) sorted by relevance

1234

/freebsd-10-stable/tools/regression/net80211/wep/
H A Dtest_wep.c139 int cipher; member in struct:ciphertest
/freebsd-10-stable/crypto/openssl/crypto/engine/
H A Deng_openssl.c293 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, argument
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A Dbio_enc.c86 EVP_CIPHER_CTX cipher; member in struct:enc_struct
[all...]
H A Devp_test.c228 static int test_cipher(const char *cipher, const unsigned char *key, int kn, argument
348 char *cipher; local
[all...]
H A Dp5_crpt2.c197 const EVP_CIPHER *cipher; local
H A Devp_pbe.c154 const EVP_CIPHER *cipher; local
255 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md, argument
H A Devp_lib.c222 EVP_CIPHER_flags(const EVP_CIPHER *cipher) argument
242 EVP_CIPHER_iv_length(const EVP_CIPHER *cipher) argument
252 EVP_CIPHER_key_length(const EVP_CIPHER *cipher) argument
262 EVP_CIPHER_nid(const EVP_CIPHER *cipher) argument
[all...]
H A Devp_enc.c94 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, argument
102 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, argument
279 EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv) argument
285 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
292 EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv) argument
298 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
[all...]
/freebsd-10-stable/crypto/openssl/crypto/krb5/
H A Dkrb5_asn.h86 ASN1_OCTET_STRING *cipher; member in struct:krb5_encdata_st
/freebsd-10-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_lib.c575 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher) argument
/freebsd-10-stable/crypto/openssl/engines/ccgost/
H A Dgost89.c349 void gost_enc(gost_ctx * c, const byte * clear, byte * cipher, int blocks) argument
360 void gost_dec(gost_ctx * c, const byte * cipher, byte * clear, int blocks) argument
389 void gost_dec_cfb(gost_ctx * ctx, const byte * iv, const byte * cipher, argument
371 gost_enc_cfb(gost_ctx * ctx, const byte * iv, const byte * clear, byte * cipher, int blocks) argument
[all...]
H A Dgost_lcl.h70 ASN1_OBJECT *cipher; member in struct:__anon249
/freebsd-10-stable/crypto/openssl/ssl/
H A Dssl_task.c140 static char *cipher = NULL; variable
H A Dssl_asn1.c95 ASN1_OCTET_STRING cipher; member in struct:ssl_session_asn1_st
[all...]
/freebsd-10-stable/crypto/openssl/apps/
H A Dsmime.c99 const EVP_CIPHER *cipher = NULL; local
[all...]
H A Denc.c122 const EVP_CIPHER *cipher = NULL, *c; local
[all...]
/freebsd-10-stable/sys/net80211/
H A Dieee80211_crypto.c231 ieee80211_crypto_available(u_int cipher) argument
263 ieee80211_crypto_newkey(struct ieee80211vap *vap, int cipher, int flags, struct ieee80211_key *key) argument
[all...]
/freebsd-10-stable/contrib/apr-util/crypto/
H A Dapr_crypto_openssl.c56 const EVP_CIPHER * cipher; member in struct:apr_crypto_key_t
[all...]
/freebsd-10-stable/contrib/wpa/src/rsn_supp/
H A Dpeerkey.c181 int cipher; local
470 int cipher; local
[all...]
/freebsd-10-stable/contrib/wpa/src/tls/
H A Dtlsv1_client.c553 char *cipher; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dcfx.c1171 krb5_data cipher; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/hx509/
H A Dks_file.c177 const EVP_CIPHER *cipher; local
68 try_decrypt(hx509_context context, struct hx509_collector *collector, const AlgorithmIdentifier *alg, const EVP_CIPHER *c, const void *ivdata, const void *password, size_t passwordlen, const void *cipher, size_t len) argument
/freebsd-10-stable/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c534 int cipher; member in struct:ciphertest
/freebsd-10-stable/tools/tools/crypto/
H A Dcryptotest.c163 getalgbycode(int cipher) argument
/freebsd-10-stable/usr.sbin/ppp/
H A Dchap_ms.c110 DesEncrypt(u_char *clear, u_char *key, u_char *cipher) argument

Completed in 291 milliseconds

1234