Searched refs:SetWrappingMaterial (Results 1 – 4 of 4) sorted by relevance
784 void SetWrappingMaterial(const void* key_material, size_t length);789 SetWrappingMaterial(wrapping.key_material, wrapping.key_material_size); in SetKeyMaterial()
389 request.SetWrappingMaterial(wrappingKeyBlob.data(), wrappingKeyBlob.size()); in importWrappedKey()
416 request.SetWrappingMaterial(wrappingKeyBlob.data(), wrappingKeyBlob.size()); in importWrappedKey()
664 void ImportWrappedKeyRequest::SetWrappingMaterial(const void* key_material, size_t length) { in SetWrappingMaterial() function in keymaster::ImportWrappedKeyRequest