/external/openssl/crypto/x509/ |
x509.h | 505 EVP_CIPHER_INFO cipher; member in struct:private_key_st [all...] |
/external/openssl/include/openssl/ |
x509.h | 505 EVP_CIPHER_INFO cipher; member in struct:private_key_st [all...] |
ssl.h | 113 * ECC cipher suite support in OpenSSL originally developed by 322 * to the default cipher setup will also be included here. 331 /* The following cipher list is used by default. 332 * It also is substituted when an application-defined cipher list string 382 typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg); 432 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr); 448 * Cipher OCTET STRING, -- the 3 byte cipher ID 519 const SSL_CIPHER *cipher; member in struct:ssl_session_st 522 * the 'cipher' structure * [all...] |
/external/openssl/ssl/ |
d1_pkt.c | 737 * Change cipher spec protocol 1031 (s->session != NULL) && (s->session->cipher != NULL)) [all...] |
s3_cbc.c | 104 * block_size: the block size of the cipher used to encrypt the record. 138 * block_size: the block size of the cipher used to encrypt the record. 188 if (EVP_CIPHER_flags(s->enc_read_ctx->cipher)&EVP_CIPH_FLAG_AEAD_CIPHER)
|
s3_clnt.c | 120 * ECC cipher suite support in OpenSSL originally written by 441 * authentication in ECDH cipher suites with 491 s->session->cipher=s->s3->tmp.new_cipher; 974 s->session->cipher = pref_cipher ? 1019 /* unknown cipher */ 1038 /* we did not say we would use this cipher */ 1044 /* Depending on the session caching (internal/external), the cipher 1047 if (s->session->cipher) 1048 s->session->cipher_id = s->session->cipher->id; [all...] |
ssl.h | 113 * ECC cipher suite support in OpenSSL originally developed by 322 * to the default cipher setup will also be included here. 331 /* The following cipher list is used by default. 332 * It also is substituted when an application-defined cipher list string 382 typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg); 432 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr); 448 * Cipher OCTET STRING, -- the 3 byte cipher ID 519 const SSL_CIPHER *cipher; member in struct:ssl_session_st 522 * the 'cipher' structure * [all...] |
d1_both.c | 280 (EVP_CIPHER_mode( s->enc_write_ctx->cipher) & EVP_CIPH_CBC_MODE)) 281 blocksize = 2 * EVP_CIPHER_block_size(s->enc_write_ctx->cipher); [all...] |
ssl_locl.h | 113 * ECC cipher suite support in OpenSSL originally developed by 282 * Use the according functions for cipher management instead. 344 /* Not a real MAC, just an indication it is part of cipher */ 385 * Export and cipher strength information. For each cipher we have to decide 389 * Independent of the export flag the cipher strength is sorted into classes. 391 * is at 56bit (SSL_EXP56). If the exportable cipher class is going to change 418 * Macros to check the export status and cipher strength for export ciphers. 422 * *_EXPORT40/56 macros are used to check whether a certain cipher strength 848 void ssl_set_cert_masks(CERT *c, const SSL_CIPHER *cipher); [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediasessionclient.cc | 99 bool CreateCryptoParams(int tag, const std::string& cipher, CryptoParams *out) { 107 out->cipher_suite = cipher; [all...] |
/external/openssl/crypto/pkcs7/ |
pk7_doit.c | 288 evp_cipher=p7->d.signed_and_enveloped->enc_data->cipher; 299 evp_cipher=p7->d.enveloped->enc_data->cipher;
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
Connection.java | 20 import ch.ethz.ssh2.crypto.cipher.BlockCipherFactory; 61 * @return The list of supported cipher algorithms by this implementation. 871 * latest values set for MAC, Cipher and DH group exchange parameters will [all...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/ |
DES.java | 1 package ch.ethz.ssh2.crypto.cipher; 48 * initialise a DES cipher. 53 * the parameters required to set up the cipher.
|
BlowFish.java | 1 package ch.ethz.ssh2.crypto.cipher; 190 * initialise a Blowfish cipher. 195 * the key required to set up the cipher.
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/ |
TransportManager.java | 29 import ch.ethz.ssh2.crypto.cipher.BlockCipher;
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_sake.c | 24 u8 cipher[EAP_SAKE_TEK_CIPHER_LEN]; member in struct:eap_sake_data::__anon18509
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_sake.c | 23 u8 cipher[EAP_SAKE_TEK_CIPHER_LEN]; member in struct:eap_sake_data::__anon18541
|
/prebuilts/sdk/tools/lib/ |
signapk.jar | |
/prebuilts/devtools/tools/lib/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |
/libcore/luni/src/main/native/ |
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp | 6651 const SSL_CIPHER* cipher = ssl_method->get_cipher(j); local 7723 const SSL_CIPHER* cipher = ssl_session->cipher; local [all...] |
/external/wpa_supplicant_8/src/crypto/ |
tls_openssl.c | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.security_1.0.200.v20100503.jar | |
/external/wpa_supplicant_8/hostapd/ |
Android.mk | 602 OBJS += src/crypto/crypto_internal-cipher.c
|
/external/wpa_supplicant_8/src/drivers/ |
driver_wext.c | [all...] |