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

  /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/openssl/ssl/
ssl_ciph.c     [all...]
ssl.h 434 int (*num_ciphers)(void); member in struct:ssl_method_st
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 6637 int num_ciphers = ssl_method->num_ciphers(); local
    [all...]
  /external/openssl/include/openssl/
ssl.h 434 int (*num_ciphers)(void); member in struct:ssl_method_st
    [all...]

Completed in 77 milliseconds