/system/keymaster/include/keymaster/km_openssl/ |
D | ecdsa_operation.h | 35 EcdsaOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in EcdsaOperation() 58 EcdsaSignOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in EcdsaSignOperation() 74 EcdsaVerifyOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in EcdsaVerifyOperation() 90 Ed25519SignOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in Ed25519SignOperation() 122 Operation* InstantiateOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in InstantiateOperation() 137 Operation* InstantiateOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in InstantiateOperation()
|
D | rsa_operation.h | 38 RsaOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaOperation() 94 RsaSignOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaSignOperation() 118 RsaVerifyOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaVerifyOperation() 142 RsaCryptOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaCryptOperation() 169 RsaEncryptOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaEncryptOperation() 183 RsaDecryptOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaDecryptOperation() 248 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation() 261 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation() 275 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation() 289 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation()
|
D | rsa_key.h | 32 RsaKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory) in RsaKey() 34 RsaKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory, in RsaKey() 50 RsaKey(RSA* rsa, AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, in RsaKey()
|
D | ec_key.h | 32 EcKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory) in EcKey() 34 EcKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory, in EcKey() 47 EcKey(EC_KEY* ec_key, AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, in EcKey()
|
D | ecdh_operation.h | 35 EcdhOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, EVP_PKEY* key) in EcdhOperation() 56 X25519Operation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, EVP_PKEY* key) in X25519Operation()
|
D | curve25519_key.h | 39 Curve25519Key(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, in Curve25519Key() 42 Curve25519Key(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, in Curve25519Key()
|
D | asymmetric_key.h | 31 AsymmetricKey(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in AsymmetricKey()
|
/system/keymaster/include/keymaster/ |
D | key.h | 47 const AuthorizationSet& hw_enforced() const { return hw_enforced_; } in hw_enforced() function 49 AuthorizationSet& hw_enforced() { return hw_enforced_; } in hw_enforced() function 69 Key(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in Key()
|
/system/keymaster/km_openssl/ |
D | curve25519_key.cpp | 23 bool IsEd25519Key(const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced) { in IsEd25519Key() 31 bool IsX25519Key(const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced) { in IsX25519Key()
|
D | symmetric_key.cpp | 39 AuthorizationSet* hw_enforced, in GenerateKey() 72 AuthorizationSet* hw_enforced, in ImportKey() 108 SymmetricKey::SymmetricKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in SymmetricKey()
|
D | rsa_key_factory.cpp | 57 AuthorizationSet* hw_enforced, in GenerateKey() 127 AuthorizationSet* hw_enforced, in ImportKey() 214 keymaster_error_t RsaKeyFactory::CreateEmptyKey(AuthorizationSet&& hw_enforced, in CreateEmptyKey()
|
D | ec_key_factory.cpp | 87 AuthorizationSet* hw_enforced, in GenerateKey() 208 AuthorizationSet* hw_enforced, in ImportKey() 290 AuthorizationSet* hw_enforced, in ImportRawKey() 505 keymaster_error_t EcKeyFactory::CreateEmptyKey(AuthorizationSet&& hw_enforced, in CreateEmptyKey()
|
/system/keymaster/include/keymaster/legacy_support/ |
D | keymaster_passthrough_key.h | 48 KeymasterKeyBlob* key_blob, AuthorizationSet* hw_enforced, in GenerateKey() 59 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced, in ImportKey() 85 KeymasterPassthroughKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in KeymasterPassthroughKey()
|
D | keymaster1_legacy_support.h | 71 AuthorizationSet* hw_enforced, // in GenerateKey() 91 AuthorizationSet* hw_enforced, // in ImportKey() 108 AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in LoadKey()
|
D | ec_keymaster1_key.h | 80 EcdsaKeymaster1Key(EC_KEY* ecdsa_key, AuthorizationSet&& hw_enforced, in EcdsaKeymaster1Key()
|
D | rsa_keymaster1_key.h | 82 RsaKeymaster1Key(RSA* rsa_key, AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaKeymaster1Key()
|
/system/keymaster/key_blob_utils/ |
D | ocb_utils.cpp | 46 static keymaster_error_t BuildDerivationData(const AuthorizationSet& hw_enforced, in BuildDerivationData() 65 static keymaster_error_t InitializeKeyWrappingContext(const AuthorizationSet& hw_enforced, in InitializeKeyWrappingContext() 112 keymaster_error_t OcbEncryptKey(const AuthorizationSet& hw_enforced, in OcbEncryptKey() 144 keymaster_error_t OcbDecryptKey(const AuthorizationSet& hw_enforced, in OcbDecryptKey()
|
D | software_keyblobs.cpp | 93 keymaster_error_t FakeKeyAuthorizations(EVP_PKEY* pubkey, AuthorizationSet* hw_enforced, in FakeKeyAuthorizations() 167 AuthorizationSet* hw_enforced, in ParseOldSoftkeymasterBlob() 239 AuthorizationSet* hw_enforced, in ParseAuthEncryptedBlob() 257 uint32_t os_patchlevel, AuthorizationSet* hw_enforced, in SetKeyBlobAuthorizations() 390 keymaster_error_t ExtendKeyBlobAuthorizations(AuthorizationSet* hw_enforced, in ExtendKeyBlobAuthorizations()
|
D | integrity_assured_key_blob.cpp | 77 const AuthorizationSet& hw_enforced, in SerializeIntegrityAssuredBlob() 100 AuthorizationSet* hw_enforced, in DeserializeIntegrityAssuredBlob() 121 AuthorizationSet* hw_enforced, in DeserializeIntegrityAssuredBlob_NoHmacCheck()
|
D | auth_encrypted_key_blob.cpp | 52 const AuthorizationSet& hw_enforced, // in BuildDerivationInfo() 93 const AuthorizationSet& hw_enforced, // in DeriveAesGcmKeyEncryptionKey() 124 KmErrorOr<EncryptedKey> AesGcmEncryptKey(const AuthorizationSet& hw_enforced, // in AesGcmEncryptKey() 206 const AuthorizationSet& hw_enforced, in SerializeAuthEncryptedBlob() 304 const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced, in EncryptKey()
|
/system/keymaster/legacy_support/ |
D | rsa_keymaster1_key.cpp | 90 AuthorizationSet* hw_enforced, in GenerateKey() 105 AuthorizationSet* hw_enforced, // in ImportKey() 116 AuthorizationSet&& hw_enforced, in LoadKey()
|
D | keymaster_passthrough_engine.cpp | 201 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) { in ConvertCharacteristics() 209 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in GenerateKey() 229 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in GenerateKey() 250 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey() 275 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey()
|
D | ec_keymaster1_key.cpp | 70 AuthorizationSet* hw_enforced, in GenerateKey() 94 AuthorizationSet* hw_enforced, // in ImportKey() 105 AuthorizationSet&& hw_enforced, in LoadKey()
|
/system/keymaster/contexts/ |
D | soft_keymaster_context.cpp | 144 uint32_t os_patchlevel, AuthorizationSet* hw_enforced, in SetAuthorizations() 186 AuthorizationSet* hw_enforced, in CreateKeyBlob() 261 AuthorizationSet hw_enforced; in ParseKeyBlob() local 314 AuthorizationSet hw_enforced, sw_enforced; in DeleteKey() local 340 KeymasterKeyBlob* key_material, AuthorizationSet* hw_enforced, in ParseKeymaster1HwBlob()
|
D | keymaster1_passthrough_context.cpp | 121 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) { in parseKeymaster1HwBlob() 148 AuthorizationSet hw_enforced; in ParseKeyBlob() local 186 AuthorizationSet hw_enforced, sw_enforced; in DeleteKey() local 218 const KeymasterKeyBlob& key_material, KeymasterKeyBlob* blob, AuthorizationSet* hw_enforced, in CreateKeyBlob()
|