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

  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLKey.java 65 final String keyFormat = key.getFormat();
66 if (keyFormat == null) {
69 throw new InvalidKeyException("Unknown key format " + keyFormat);
  /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
OpenSSLKey.java 69 final String keyFormat = key.getFormat();
70 if (keyFormat == null) {
73 throw new InvalidKeyException("Unknown key format " + keyFormat);
  /external/nos/host/android/hals/keymaster/
import_wrapped_key.cpp 40 using ::android::hardware::keymaster::V4_0::KeyFormat;
339 * keyFormat INTEGER,
399 uint64_t keyFormat;
400 if (!CBS_get_asn1_uint64(&keyDescription, &keyFormat)) {
401 LOG(ERROR) << "Failed to parse keyFormat";
496 request->set_key_format(keyFormat);
  /frameworks/av/media/libaudioclient/include/media/
AudioParameter.h 38 // keyFormat: to change audio format, value is an int in audio_format_t
46 static const char * const keyFormat;
  /frameworks/av/media/libmedia/
AudioParameter.cpp 30 const char * const AudioParameter::keyFormat = AUDIO_PARAMETER_STREAM_FORMAT;

Completed in 534 milliseconds