/system/keymaster/include/keymaster/km_openssl/ |
D | rsa_operation.h | 36 RsaOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaOperation() 92 RsaSignOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaSignOperation() 116 RsaVerifyOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaVerifyOperation() 140 RsaCryptOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaCryptOperation() 158 RsaEncryptOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaEncryptOperation() 172 RsaDecryptOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaDecryptOperation() 233 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation() 246 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation() 259 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation() 272 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation()
|
D | ecdsa_operation.h | 32 EcdsaOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in EcdsaOperation() 55 EcdsaSignOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in EcdsaSignOperation() 70 EcdsaVerifyOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in EcdsaVerifyOperation() 99 Operation* InstantiateOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in InstantiateOperation() 109 Operation* InstantiateOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in InstantiateOperation()
|
D | ec_key.h | 31 EcKey(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in EcKey() 42 EcKey(EC_KEY* ec_key, AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in EcKey()
|
D | rsa_key.h | 28 RsaKey(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaKey() 45 RsaKey(RSA* rsa, AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaKey()
|
D | asymmetric_key.h | 28 AsymmetricKey(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in AsymmetricKey()
|
/system/keymaster/include/keymaster/ |
D | key.h | 45 const AuthorizationSet& hw_enforced() const { return hw_enforced_; } in hw_enforced() function 47 AuthorizationSet& hw_enforced() { return hw_enforced_; } in hw_enforced() function 64 Key(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in Key()
|
/system/keymaster/km_openssl/ |
D | symmetric_key.cpp | 35 AuthorizationSet* hw_enforced, in GenerateKey() 68 AuthorizationSet* hw_enforced, in ImportKey() 105 AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in SymmetricKey()
|
D | rsa_key_factory.cpp | 54 AuthorizationSet* hw_enforced, in GenerateKey() 107 AuthorizationSet* hw_enforced, in ImportKey() 174 keymaster_error_t RsaKeyFactory::CreateEmptyKey(AuthorizationSet&& hw_enforced, in CreateEmptyKey()
|
D | ec_key_factory.cpp | 76 AuthorizationSet* hw_enforced, in GenerateKey() 131 AuthorizationSet* hw_enforced, in ImportKey() 242 keymaster_error_t EcKeyFactory::CreateEmptyKey(AuthorizationSet&& hw_enforced, in CreateEmptyKey()
|
/system/keymaster/include/keymaster/legacy_support/ |
D | keymaster_passthrough_key.h | 44 KeymasterKeyBlob* key_blob, AuthorizationSet* hw_enforced, in GenerateKey() 52 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced, in ImportKey() 78 KeymasterPassthroughKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in KeymasterPassthroughKey()
|
D | keymaster1_legacy_support.h | 72 KeymasterKeyBlob* key_blob, AuthorizationSet* hw_enforced, in GenerateKey() 86 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced, in ImportKey() 101 AuthorizationSet&& hw_enforced, in LoadKey()
|
D | rsa_keymaster0_key.h | 62 RsaKeymaster0Key(RSA* rsa_key, AuthorizationSet&& hw_enforced, in RsaKeymaster0Key()
|
D | ec_keymaster1_key.h | 71 EcdsaKeymaster1Key(EC_KEY* ecdsa_key, AuthorizationSet&& hw_enforced, in EcdsaKeymaster1Key()
|
D | ec_keymaster0_key.h | 62 EcKeymaster0Key(EC_KEY* ec_key, AuthorizationSet&& hw_enforced, in EcKeymaster0Key()
|
/system/keymaster/legacy_support/ |
D | ec_keymaster0_key.cpp | 38 AuthorizationSet* hw_enforced, in GenerateKey() 71 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey() 102 AuthorizationSet&& hw_enforced, in LoadKey()
|
D | rsa_keymaster0_key.cpp | 38 AuthorizationSet* hw_enforced, in GenerateKey() 73 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey() 103 AuthorizationSet&& hw_enforced, in LoadKey()
|
D | rsa_keymaster1_key.cpp | 84 AuthorizationSet* hw_enforced, in GenerateKey() 94 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey() 103 AuthorizationSet&& hw_enforced, in LoadKey()
|
D | ec_keymaster1_key.cpp | 66 AuthorizationSet* hw_enforced, in GenerateKey() 85 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey() 94 AuthorizationSet&& hw_enforced, in LoadKey()
|
D | keymaster_passthrough_engine.cpp | 203 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) { in ConvertCharacteristics() 214 AuthorizationSet* hw_enforced, in GenerateKey() 237 AuthorizationSet* hw_enforced, in GenerateKey() 262 AuthorizationSet* hw_enforced, in ImportKey() 291 AuthorizationSet* hw_enforced, in ImportKey()
|
/system/keymaster/key_blob_utils/ |
D | auth_encrypted_key_blob.cpp | 30 const AuthorizationSet& hw_enforced, in SerializeAuthEncryptedBlob() 59 AuthorizationSet* hw_enforced, in DeserializeUnversionedBlob() 84 AuthorizationSet* hw_enforced, in DeserializeAuthEncryptedBlob()
|
D | ocb_utils.cpp | 47 static keymaster_error_t BuildDerivationData(const AuthorizationSet& hw_enforced, in BuildDerivationData() 67 static keymaster_error_t InitializeKeyWrappingContext(const AuthorizationSet& hw_enforced, in InitializeKeyWrappingContext() 117 keymaster_error_t OcbEncryptKey(const AuthorizationSet& hw_enforced, in OcbEncryptKey() 153 keymaster_error_t OcbDecryptKey(const AuthorizationSet& hw_enforced, in OcbDecryptKey()
|
D | integrity_assured_key_blob.cpp | 80 const AuthorizationSet& hw_enforced, in SerializeIntegrityAssuredBlob() 104 AuthorizationSet* hw_enforced, in DeserializeIntegrityAssuredBlob() 127 AuthorizationSet* hw_enforced, in DeserializeIntegrityAssuredBlob_NoHmacCheck()
|
D | software_keyblobs.cpp | 95 AuthorizationSet* hw_enforced, in FakeKeyAuthorizations() 173 const KeymasterKeyBlob& blob, KeymasterKeyBlob* key_material, AuthorizationSet* hw_enforced, in ParseOldSoftkeymasterBlob() 246 AuthorizationSet* hw_enforced, in ParseOcbAuthEncryptedBlob() 264 uint32_t os_patchlevel, AuthorizationSet* hw_enforced, in SetKeyBlobAuthorizations()
|
/system/keymaster/contexts/ |
D | soft_keymaster_context.cpp | 157 uint32_t os_patchlevel, AuthorizationSet* hw_enforced, in SetAuthorizations() 200 AuthorizationSet* hw_enforced, in CreateKeyBlob() 278 AuthorizationSet hw_enforced; in ParseKeyBlob() local 338 AuthorizationSet hw_enforced, sw_enforced; in DeleteKey() local 359 AuthorizationSet hw_enforced, sw_enforced; in DeleteKey() local 397 KeymasterKeyBlob* key_material, AuthorizationSet* hw_enforced, in ParseKeymaster1HwBlob() 429 AuthorizationSet* hw_enforced, in ParseKeymaster0HwBlob()
|
D | keymaster1_passthrough_context.cpp | 114 AuthorizationSet* hw_enforced, in parseKeymaster1HwBlob() 143 AuthorizationSet hw_enforced; in ParseKeyBlob() local 182 AuthorizationSet hw_enforced, sw_enforced; in DeleteKey() local 217 AuthorizationSet* hw_enforced, in CreateKeyBlob()
|