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

  /external/boringssl/src/include/openssl/
rsa.h 487 // RSA_FLAG_OPAQUE specifies that this RSA_METHOD does not expose its key
490 #define RSA_FLAG_OPAQUE 1
512 #define RSA_METHOD_FLAG_NO_CHECK RSA_FLAG_OPAQUE
    [all...]
  /system/security/keystore-engine/
android_engine.cpp 202 rsa_method_.flags = RSA_FLAG_OPAQUE;
  /system/keymaster/legacy_support/
keymaster0_engine.cpp 55 rsa_method_.flags = RSA_FLAG_OPAQUE;
keymaster1_engine.cpp 391 method.flags = RSA_FLAG_OPAQUE;
  /external/boringssl/src/crypto/fipsmodule/rsa/
rsa.c 348 return rsa->meth && (rsa->meth->flags & RSA_FLAG_OPAQUE);
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc 821 g_rsa_method.flags = RSA_FLAG_OPAQUE;
    [all...]

Completed in 236 milliseconds