HomeSort by relevance Sort by last modified time
    Searched refs:num_ciphers (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/net/socket/
nss_ssl_util.cc 92 const PRUint16 num_ciphers = SSL_GetNumImplementedCiphers(); local
104 for (int i = 0; i < num_ciphers; i++) {
155 scoped_ptr<uint16[]> ciphers(new uint16[num_ciphers]);
156 memcpy(ciphers.get(), ssl_ciphers, sizeof(uint16)*num_ciphers);
158 if (CiphersRemove(chacha_ciphers, ciphers.get(), num_ciphers) &&
159 CiphersRemove(aes_gcm_ciphers, ciphers.get(), num_ciphers)) {
160 CiphersCompact(ciphers.get(), num_ciphers);
176 SSL_CipherOrderSet(model_fd_, ciphers.get(), num_ciphers)) {
ssl_server_socket_nss.cc 355 const PRUint16 num_ciphers = SSL_GetNumImplementedCiphers(); local
359 for (unsigned i = 0; i < num_ciphers; i++) {
  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
cipher_driver.c 91 cipher_array_alloc_init(cipher_t ***cipher_array, int num_ciphers,
369 * cipher_array_alloc_init(ctype, array, num_ciphers) creates an array
374 cipher_array_alloc_init(cipher_t ***ca, int num_ciphers,
385 cipher_array = (cipher_t **) malloc(sizeof(cipher_t *) * num_ciphers);
400 for (i=0; i < num_ciphers; i++) {
  /external/srtp/crypto/test/
cipher_driver.c 91 cipher_array_alloc_init(cipher_t ***cipher_array, int num_ciphers,
340 * cipher_array_alloc_init(ctype, array, num_ciphers) creates an array
345 cipher_array_alloc_init(cipher_t ***ca, int num_ciphers,
353 cipher_array = (cipher_t **) malloc(sizeof(cipher_t *) * num_ciphers);
368 for (i=0; i < num_ciphers; i++) {
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_ciph.c     [all...]
ssl.h 437 int (*num_ciphers)(void); member in struct:ssl_method_st
    [all...]
  /external/openssl/ssl/
ssl_ciph.c     [all...]
ssl.h 434 int (*num_ciphers)(void); member in struct:ssl_method_st
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h 437 int (*num_ciphers)(void); member in struct:ssl_method_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 434 int (*num_ciphers)(void); member in struct:ssl_method_st
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 7747 int num_ciphers = ssl_method->num_ciphers(); local
    [all...]

Completed in 1192 milliseconds