HomeSort by relevance Sort by last modified time
    Searched full:get_cipher_names (Results 1 - 2 of 2) sorted by null

  /external/conscrypt/common/src/main/java/org/conscrypt/
NativeCrypto.java 675 String[] allCipherSuites = get_cipher_names("ALL:!DHE");
677 // get_cipher_names returns an array where even indices are the standard name and odd
681 throw new IllegalArgumentException("Invalid cipher list returned by get_cipher_names");
1135 static native String[] get_cipher_names(String selection); method in class:NativeCrypto
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp     [all...]

Completed in 82 milliseconds