HomeSort by relevance Sort by last modified time
    Searched refs:cipher (Results 151 - 175 of 331) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/webrtc/base/
opensslstreamadapter.h 95 virtual bool GetDtlsSrtpCipher(std::string* cipher);
nssstreamadapter.cc 55 // SRTP cipher suite table
894 for (std::vector<std::string>::const_iterator cipher = ciphers.begin();
895 cipher != ciphers.end(); ++cipher) {
899 if (*cipher == entry->external_name) {
907 LOG(LS_ERROR) << "Could not find cipher: " << *cipher;
923 bool NSSStreamAdapter::GetDtlsSrtpCipher(std::string* cipher) {
938 *cipher = entry->external_name;
opensslstreamadapter.cc 44 // SRTP cipher suite table
255 for (std::vector<std::string>::const_iterator cipher = ciphers.begin();
256 cipher != ciphers.end(); ++cipher) {
260 if (*cipher == entry->external_name) {
270 LOG(LS_ERROR) << "Could not find cipher: " << *cipher;
285 bool OpenSSLStreamAdapter::GetDtlsSrtpCipher(std::string* cipher) {
300 *cipher = entry->external_name;
  /external/openssl/crypto/krb5/
krb5_asn.h 79 ** cipher[2] OCTET STRING -- ciphertext
86 ASN1_OCTET_STRING *cipher; member in struct:krb5_encdata_st
  /external/openssl/crypto/pem/
pem_info.c 242 EVP_CIPHER_INFO cipher; local
244 if (!PEM_get_EVP_CIPHER_INFO(header,&cipher))
246 if (!PEM_do_header(&cipher,data,&len,cb,u))
360 EVP_CIPHER_nid(xi->enc_cipher.cipher));
  /external/openssl/include/openssl/
krb5_asn.h 79 ** cipher[2] OCTET STRING -- ciphertext
86 ASN1_OCTET_STRING *cipher; member in struct:krb5_encdata_st
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 106 static FX_BOOL _LoadCryptInfo(CPDF_Dictionary* pEncryptDict, FX_BSTR name, int& cipher, int& keylen)
110 cipher = FXCIPHER_RC4;
118 cipher = FXCIPHER_NONE;
139 cipher = FXCIPHER_AES;
170 FX_BOOL CPDF_StandardSecurityHandler::LoadDict(CPDF_Dictionary* pEncryptDict, FX_DWORD type, int& cipher, int& key_len)
185 if (!_LoadCryptInfo(pEncryptDict, strf_name, cipher, key_len)) {
188 m_Cipher = cipher;
193 FX_BOOL CPDF_StandardSecurityHandler::GetCryptInfo(int& cipher, FX_LPCBYTE& buffer, int& keylen)
195 cipher = m_Cipher;
502 int cipher = 0, key_len = 0; local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
Makefile 52 LIB_OBJS += crypto_internal-cipher.o
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.h 27 int cipher; /* Selected cipher (WPA_CIPHER_*) */ member in struct:wpa_peerkey
  /external/chromium_org/third_party/libsrtp/
libsrtp.target.darwin-arm.mk 28 third_party/libsrtp/srtp/crypto/cipher/aes.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
30 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
31 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
32 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
libsrtp.target.darwin-arm64.mk 28 third_party/libsrtp/srtp/crypto/cipher/aes.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
30 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
31 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
32 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
libsrtp.target.darwin-mips.mk 28 third_party/libsrtp/srtp/crypto/cipher/aes.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
30 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
31 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
32 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
libsrtp.target.darwin-x86.mk 28 third_party/libsrtp/srtp/crypto/cipher/aes.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
30 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
31 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
32 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
libsrtp.target.darwin-x86_64.mk 28 third_party/libsrtp/srtp/crypto/cipher/aes.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
30 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
31 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
32 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
libsrtp.target.linux-arm.mk 28 third_party/libsrtp/srtp/crypto/cipher/aes.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
30 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
31 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
32 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
libsrtp.target.linux-arm64.mk 28 third_party/libsrtp/srtp/crypto/cipher/aes.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
30 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
31 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
32 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
libsrtp.target.linux-mips.mk 28 third_party/libsrtp/srtp/crypto/cipher/aes.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
30 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
31 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
32 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
libsrtp.target.linux-x86.mk 28 third_party/libsrtp/srtp/crypto/cipher/aes.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
30 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
31 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
32 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
libsrtp.target.linux-x86_64.mk 28 third_party/libsrtp/srtp/crypto/cipher/aes.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
30 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
31 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
32 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
  /external/chromium_org/net/test/spawned_test_server/
base_test_server.cc 64 void GetCiphersList(int cipher, base::ListValue* values) {
65 if (cipher & BaseTestServer::SSLOptions::BULK_CIPHER_RC4)
67 if (cipher & BaseTestServer::SSLOptions::BULK_CIPHER_AES128)
69 if (cipher & BaseTestServer::SSLOptions::BULK_CIPHER_AES256)
71 if (cipher & BaseTestServer::SSLOptions::BULK_CIPHER_3DES)
430 // Check bulk cipher argument.
434 arguments->Set("ssl-bulk-cipher", bulk_cipher_values.release());
  /external/wpa_supplicant_8/src/tls/
tlsv1_common.c 22 * Add support for commonly used cipher suites; don't bother with exportable
103 * tls_get_cipher_suite - Get TLS cipher suite
104 * @suite: Cipher suite identifier
105 * Returns: Pointer to the cipher data or %NULL if not found
117 const struct tls_cipher_data * tls_get_cipher_data(tls_cipher cipher)
121 if (tls_ciphers[i].cipher == cipher)
127 int tls_server_key_exchange_allowed(tls_cipher cipher)
132 suite = tls_get_cipher_suite(cipher);
  /external/openssl/ssl/
ssl_asn1.c 96 ASN1_OCTET_STRING cipher; member in struct:ssl_session_asn1_st
144 if ((in == NULL) || ((in->cipher == NULL) && (in->cipher_id == 0)))
162 a.cipher.type=V_ASN1_OCTET_STRING;
163 a.cipher.data=buf;
165 if (in->cipher == NULL)
168 l=in->cipher->id;
171 a.cipher.length=3;
178 a.cipher.length=2;
295 M_ASN1_I2D_len(&(a.cipher), i2d_ASN1_OCTET_STRING);
343 M_ASN1_I2D_put(&(a.cipher), i2d_ASN1_OCTET_STRING)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
nssstreamadapter.cc 73 // SRTP cipher suite table
912 for (std::vector<std::string>::const_iterator cipher = ciphers.begin();
913 cipher != ciphers.end(); ++cipher) {
917 if (*cipher == entry->external_name) {
925 LOG(LS_ERROR) << "Could not find cipher: " << *cipher;
941 bool NSSStreamAdapter::GetDtlsSrtpCipher(std::string* cipher) {
956 *cipher = entry->external_name;
opensslstreamadapter.cc 61 // SRTP cipher suite table
272 for (std::vector<std::string>::const_iterator cipher = ciphers.begin();
273 cipher != ciphers.end(); ++cipher) {
277 if (*cipher == entry->external_name) {
287 LOG(LS_ERROR) << "Could not find cipher: " << *cipher;
302 bool OpenSSLStreamAdapter::GetDtlsSrtpCipher(std::string* cipher) {
317 *cipher = entry->external_name;
  /external/chromium_org/third_party/tlslite/tests/
tlstest.py 304 for cipher in ["aes128", "aes256", "rc4"]:
310 settings.cipherNames = [cipher]
321 for cipher in ["aes128", "aes256", "3des", "rc4"]:
322 if cipher == "3des" and implementation not in ("openssl", "pycrypto"):
329 settings.cipherNames = [cipher]
664 for cipher in ["aes128", "aes256", "rc4"]:
670 settings.cipherNames = [cipher]
681 for cipher in ["aes128", "aes256", "3des", "rc4"]:
682 if cipher == "3des" and implementation not in ("openssl", "pycrypto"):
689 settings.cipherNames = [cipher]
    [all...]

Completed in 357 milliseconds

1 2 3 4 5 67 8 91011>>