/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() 166 RsaEncryptOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaEncryptOperation() 180 RsaDecryptOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaDecryptOperation() 245 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation() 258 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation() 271 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation() 284 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 | rsa_key.h | 30 RsaKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory) in RsaKey() 32 RsaKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory, in RsaKey() 45 RsaKey(RSA* rsa, AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, in RsaKey()
|
D | ec_key.h | 30 EcKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory) in EcKey() 32 EcKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory, in EcKey() 42 EcKey(EC_KEY* ec_key, AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, in EcKey()
|
D | asymmetric_key.h | 28 AsymmetricKey(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in AsymmetricKey()
|
D | ecdh_operation.h | 33 EcdhOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, EVP_PKEY* key) in EcdhOperation()
|
/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()
|
D | operation.h | 94 explicit Operation(keymaster_purpose_t purpose, AuthorizationSet&& hw_enforced, in Operation() 109 AuthorizationSet hw_enforced() const { return hw_enforced_; } in hw_enforced() function
|
/system/keymaster/include/keymaster/legacy_support/ |
D | keymaster_passthrough_key.h | 46 KeymasterKeyBlob* key_blob, AuthorizationSet* hw_enforced, in GenerateKey() 57 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced, in ImportKey() 83 KeymasterPassthroughKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in KeymasterPassthroughKey()
|
D | keymaster1_legacy_support.h | 70 AuthorizationSet* hw_enforced, // in GenerateKey() 90 AuthorizationSet* hw_enforced, // in ImportKey() 105 AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in LoadKey()
|
D | ec_keymaster1_key.h | 78 EcdsaKeymaster1Key(EC_KEY* ecdsa_key, AuthorizationSet&& hw_enforced, in EcdsaKeymaster1Key()
|
D | rsa_keymaster1_key.h | 80 RsaKeymaster1Key(RSA* rsa_key, AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaKeymaster1Key()
|
/system/keymaster/km_openssl/ |
D | symmetric_key.cpp | 37 AuthorizationSet* hw_enforced, in GenerateKey() 70 AuthorizationSet* hw_enforced, in ImportKey() 106 SymmetricKey::SymmetricKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in SymmetricKey()
|
D | rsa_key_factory.cpp | 55 AuthorizationSet* hw_enforced, in GenerateKey() 126 AuthorizationSet* hw_enforced, in ImportKey() 214 keymaster_error_t RsaKeyFactory::CreateEmptyKey(AuthorizationSet&& hw_enforced, in CreateEmptyKey()
|
D | ec_key_factory.cpp | 83 AuthorizationSet* hw_enforced, in GenerateKey() 155 AuthorizationSet* hw_enforced, in ImportKey() 285 keymaster_error_t EcKeyFactory::CreateEmptyKey(AuthorizationSet&& hw_enforced, in CreateEmptyKey()
|
D | triple_des_key.cpp | 44 AuthorizationSet&& hw_enforced, in LoadKey()
|
/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() 253 uint32_t os_patchlevel, AuthorizationSet* hw_enforced, in SetKeyBlobAuthorizations() 384 keymaster_error_t ExtendKeyBlobAuthorizations(AuthorizationSet* hw_enforced, in ExtendKeyBlobAuthorizations()
|
D | auth_encrypted_key_blob.cpp | 54 Buffer BuildAesGcmInfo(const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced, in BuildAesGcmInfo() 79 Buffer DeriveAesGcmKeyEncryptionKey(const AuthorizationSet& hw_enforced, in DeriveAesGcmKeyEncryptionKey() 114 EncryptedKey AesGcmEncryptKey(const AuthorizationSet& hw_enforced, // in AesGcmEncryptKey() 207 const AuthorizationSet& hw_enforced, in SerializeAuthEncryptedBlob() 291 const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced, in EncryptKey()
|
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()
|
/system/keymaster/legacy_support/ |
D | rsa_keymaster1_key.cpp | 87 AuthorizationSet* hw_enforced, in GenerateKey() 102 AuthorizationSet* hw_enforced, // in ImportKey() 113 AuthorizationSet&& hw_enforced, in LoadKey()
|
D | ec_keymaster1_key.cpp | 69 AuthorizationSet* hw_enforced, in GenerateKey() 93 AuthorizationSet* hw_enforced, // in ImportKey() 104 AuthorizationSet&& hw_enforced, in LoadKey()
|
D | keymaster_passthrough_engine.cpp | 199 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) { in ConvertCharacteristics() 207 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in GenerateKey() 227 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in GenerateKey() 248 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey() 273 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey()
|
/system/keymaster/contexts/ |
D | soft_keymaster_context.cpp | 141 uint32_t os_patchlevel, AuthorizationSet* hw_enforced, in SetAuthorizations() 183 AuthorizationSet* hw_enforced, in CreateKeyBlob() 258 AuthorizationSet hw_enforced; in ParseKeyBlob() local 311 AuthorizationSet hw_enforced, sw_enforced; in DeleteKey() local 337 KeymasterKeyBlob* key_material, AuthorizationSet* hw_enforced, in ParseKeymaster1HwBlob()
|
D | keymaster1_passthrough_context.cpp | 119 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) { in parseKeymaster1HwBlob() 146 AuthorizationSet hw_enforced; in ParseKeyBlob() local 184 AuthorizationSet hw_enforced, sw_enforced; in DeleteKey() local 216 const KeymasterKeyBlob& key_material, KeymasterKeyBlob* blob, AuthorizationSet* hw_enforced, in CreateKeyBlob()
|