/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/chromium_org/third_party/boringssl/src/crypto/pkcs8/ |
pkcs8.c | 64 #include <openssl/cipher.h> 211 const EVP_CIPHER *cipher, const EVP_MD *md, 241 iterations, EVP_CIPHER_key_length(cipher), key, md)) { 247 iterations, EVP_CIPHER_iv_length(cipher), iv, md)) { 253 ret = EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, is_encrypt); 261 const EVP_CIPHER *cipher, const EVP_MD *md, 288 const EVP_CIPHER *cipher; local 315 cipher = NULL; 317 cipher = suite->cipher_func(); 318 if (!cipher) { [all...] |
/external/chromium_org/third_party/boringssl/src/ssl/ |
ssl_asn1.c | 106 ASN1_OCTET_STRING cipher; member in struct:ssl_session_asn1_st 138 if ((in == NULL) || ((in->cipher == NULL) && (in->cipher_id == 0))) 156 a.cipher.type=V_ASN1_OCTET_STRING; 157 a.cipher.data=buf; 159 if (in->cipher == NULL) 162 l=in->cipher->id; 165 a.cipher.length=3; 172 a.cipher.length=2; 282 M_ASN1_I2D_len(&(a.cipher), i2d_ASN1_OCTET_STRING); 321 M_ASN1_I2D_put(&(a.cipher), i2d_ASN1_OCTET_STRING) [all...] |
/external/chromium_org/third_party/libsrtp/ |
libsrtp.target.darwin-arm.mk | 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \ 28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \ 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \ 30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \ 31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
|
libsrtp.target.darwin-arm64.mk | 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \ 28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \ 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \ 30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \ 31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
|
libsrtp.target.darwin-mips.mk | 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \ 28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \ 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \ 30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \ 31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
|
libsrtp.target.darwin-mips64.mk | 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \ 28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \ 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \ 30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \ 31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
|
libsrtp.target.darwin-x86.mk | 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \ 28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \ 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \ 30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \ 31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
|
libsrtp.target.darwin-x86_64.mk | 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \ 28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \ 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \ 30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \ 31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
|
libsrtp.target.linux-arm.mk | 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \ 28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \ 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \ 30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \ 31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
|
libsrtp.target.linux-arm64.mk | 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \ 28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \ 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \ 30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \ 31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
|
libsrtp.target.linux-mips.mk | 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \ 28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \ 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \ 30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \ 31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
|
libsrtp.target.linux-mips64.mk | 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \ 28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \ 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \ 30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \ 31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
|
libsrtp.target.linux-x86.mk | 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \ 28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \ 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \ 30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \ 31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
|
libsrtp.target.linux-x86_64.mk | 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \ 28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \ 29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \ 30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \ 31 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) 457 // Check bulk cipher argument. 461 arguments->Set("ssl-bulk-cipher", bulk_cipher_values.release());
|
/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/webrtc/base/ |
nssstreamadapter.cc | 55 // SRTP cipher suite table 896 for (std::vector<std::string>::const_iterator cipher = ciphers.begin(); 897 cipher != ciphers.end(); ++cipher) { 901 if (*cipher == entry->external_name) { 909 LOG(LS_ERROR) << "Could not find cipher: " << *cipher; 925 bool NSSStreamAdapter::GetDtlsSrtpCipher(std::string* cipher) { 940 *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/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...] |
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
pem.h | 62 #include <openssl/cipher.h> 143 EVP_CIPHER_CTX cipher; member in struct:PEM_Encode_Seal_st 157 int cipher; member in struct:pem_recip_st 174 int cipher; member in struct:pem_ctx_st::__anon16294 190 EVP_CIPHER *dec; /* date encryption cipher */ 401 OPENSSL_EXPORT int PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher); 402 OPENSSL_EXPORT int PEM_do_header (EVP_CIPHER_INFO *cipher, unsigned char *data,long *len, pem_password_cb *callback,void *u);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/ |
PKCS12KeyStoreSpi.java | 38 import javax.crypto.Cipher; 605 Cipher cipher = Cipher.getInstance(algorithm.getId(), bcProvider); local 607 cipher.init(Cipher.UNWRAP_MODE, k, defParams); 610 return (PrivateKey)cipher.unwrap(data, "", Cipher.PRIVATE_KEY); 615 Cipher cipher = createCipher(Cipher.UNWRAP_MODE, password, algId) local 647 Cipher cipher = Cipher.getInstance(algorithm, bcProvider); local 686 Cipher cipher = Cipher.getInstance(algorithm.getId(), bcProvider); local 700 Cipher cipher = createCipher(Cipher.DECRYPT_MODE, password, algId); local 734 Cipher cipher = Cipher.getInstance(alg.getEncryptionScheme().getAlgorithm().getId()); local [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/cipher/ |
aead.c | 19 #include <openssl/cipher.h> 38 OPENSSL_PUT_ERROR(CIPHER, EVP_AEAD_CTX_init, CIPHER_R_UNSUPPORTED_KEY_SIZE); 76 OPENSSL_PUT_ERROR(CIPHER, EVP_AEAD_CTX_seal, CIPHER_R_TOO_LARGE); 81 OPENSSL_PUT_ERROR(CIPHER, EVP_AEAD_CTX_seal, CIPHER_R_OUTPUT_ALIASES_INPUT); 103 OPENSSL_PUT_ERROR(CIPHER, EVP_AEAD_CTX_open, CIPHER_R_OUTPUT_ALIASES_INPUT);
|
e_des.c | 57 #include <openssl/cipher.h>
|
/external/chromium_org/third_party/boringssl/src/crypto/x509/ |
x509_set.c | 58 #include <openssl/cipher.h>
|