Searched refs:num_ciphers (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/socket/
H A Dnss_ssl_util.cc100 const PRUint16 num_ciphers = SSL_GetNumImplementedCiphers(); local
112 for (int i = 0; i < num_ciphers; i++) {
163 scoped_ptr<uint16[]> ciphers(new uint16[num_ciphers]);
164 memcpy(ciphers.get(), ssl_ciphers, sizeof(uint16)*num_ciphers);
166 if (CiphersRemove(chacha_ciphers, ciphers.get(), num_ciphers) &&
167 CiphersRemove(aes_gcm_ciphers, ciphers.get(), num_ciphers)) {
168 CiphersCompact(ciphers.get(), num_ciphers);
184 SSL_CipherOrderSet(model_fd_, ciphers.get(), num_ciphers)) {
H A Dssl_server_socket_nss.cc354 const PRUint16 num_ciphers = SSL_GetNumImplementedCiphers(); local
358 for (unsigned i = 0; i < num_ciphers; i++) {
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Dcipher_driver.c91 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, argument
385 cipher_array = (cipher_t **) malloc(sizeof(cipher_t *) * num_ciphers);
400 for (i=0; i < num_ciphers; i++) {
/external/srtp/crypto/test/
H A Dcipher_driver.c91 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, argument
353 cipher_array = (cipher_t **) malloc(sizeof(cipher_t *) * num_ciphers);
368 for (i=0; i < num_ciphers; i++) {
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_ciph.c1029 num_of_ciphers = ssl_method->num_ciphers();
/external/openssl/ssl/
H A Dssl_ciph.c1387 num_of_ciphers = ssl_method->num_ciphers();
H A Dssl.h435 int (*num_ciphers)(void); member in struct:ssl_method_st
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h353 int (*num_ciphers)(void); member in struct:ssl_method_st
/external/openssl/include/openssl/
H A Dssl.h435 int (*num_ciphers)(void); member in struct:ssl_method_st
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp7813 int num_ciphers = ssl_method->num_ciphers(); local
7826 for (int j = 0; j < num_ciphers; j++) {

Completed in 292 milliseconds